C++: add #pragma once to generated file

This commit is contained in:
Olivier Goffart 2024-04-22 12:43:36 +02:00
parent 475ced0a62
commit 5a4713aa17
3 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,8 @@
#include "logic.h"
#include "appwindow.h"
// Test that it's ok to include twice
#include "appwindow.h"
void setup_logic(const Logic &logic)
{