diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 12:49:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 12:49:53 +0100 |
commit | 9b8b439132b00f0aa6f0c307fa06641803dd75a8 (patch) | |
tree | 83ba017ea7c64a82db78538e8944644d24d8ba49 /test/entity.cpp | |
parent | 1bb4bcecdc9d8f2059770217cc32d29726dd0ea4 (diff) |
entity: rename header
Diffstat (limited to 'test/entity.cpp')
-rw-r--r-- | test/entity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |