diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 10:42:26 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 10:42:26 +0100 |
| commit | b65b34a976b586f4e407f7a89567163c85b94aa6 (patch) | |
| tree | 3c7ca19603fbe6b76dc9b24511a23b337a1c341d /test | |
| parent | 41d3bbf3f3783b70a4a47e18478c227d12e73b06 (diff) | |
split erased accessor from main header
Diffstat (limited to 'test')
| -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 d8255e26..afec3f7c 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -1,6 +1,6 @@ #include "app.hpp" #include "compat/assert.hpp" -#include "src/entity.hpp" +#include "entity/entity.hpp" #include <tuple> using namespace floormat; |
