diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 07:00:52 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 07:00:52 +0200 |
commit | 3a16258e42b6f198c2fb4bfde45c66ee405adac4 (patch) | |
tree | 05f67703353541958122918ce6c6b5f05052310d /test/tile-iter.cpp | |
parent | e7518ac6a5e09502219e798841ae9dfa497f32b5 (diff) |
don't -I./src
Diffstat (limited to 'test/tile-iter.cpp')
-rw-r--r-- | test/tile-iter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tile-iter.cpp b/test/tile-iter.cpp index 5248f7ce..086fd3ce 100644 --- a/test/tile-iter.cpp +++ b/test/tile-iter.cpp @@ -1,7 +1,7 @@ #include "app.hpp" -#include "chunk.hpp" -#include "world.hpp" -#include "tile-iterator.hpp" +#include "src/chunk.hpp" +#include "src/world.hpp" +#include "src/tile-iterator.hpp" namespace floormat { static inline bool always_false() |