diff options
-rw-r--r-- | entity/metadata.hpp (renamed from entity/field.hpp) | 0 | ||||
-rw-r--r-- | test/entity.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/entity/field.hpp b/entity/metadata.hpp index 4e18493d..4e18493d 100644 --- a/entity/field.hpp +++ b/entity/metadata.hpp diff --git a/test/entity.cpp b/test/entity.cpp index 8e80ba64..858c5a11 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -1,6 +1,6 @@ #include "app.hpp" #include "compat/assert.hpp" -#include "entity/field.hpp" +#include "entity/metadata.hpp" #include "entity/types.hpp" #include <tuple> |