diff options
-rw-r--r-- | entity/field.hpp (renamed from entity/entity.hpp) | 0 | ||||
-rw-r--r-- | test/entity.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/entity/entity.hpp b/entity/field.hpp index 9b64da56..9b64da56 100644 --- a/entity/entity.hpp +++ b/entity/field.hpp diff --git a/test/entity.cpp b/test/entity.cpp index b9b7c32f..f18b30ca 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -1,6 +1,6 @@ #include "app.hpp" #include "compat/assert.hpp" -#include "entity/entity.hpp" +#include "entity/field.hpp" #include "entity/types.hpp" #include <tuple> |