diff options
Diffstat (limited to 'buildtools/codegen/tests/examples')
-rw-r--r-- | buildtools/codegen/tests/examples/TestEnum.hpp.txt (renamed from buildtools/codegen/tests/examples/TestEnum.hpp) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/buildtools/codegen/tests/examples/TestEnum.hpp b/buildtools/codegen/tests/examples/TestEnum.hpp.txt index 6b4ab33..e596c5e 100644 --- a/buildtools/codegen/tests/examples/TestEnum.hpp +++ b/buildtools/codegen/tests/examples/TestEnum.hpp.txt @@ -1,5 +1,3 @@ -#include "MacrosCodegen.hpp" - enum MyEnum { EnumElement1, EnumElement2, |