summaryrefslogtreecommitdiffhomepage
path: root/test/json.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-09 07:00:52 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-09 07:00:52 +0200
commit3a16258e42b6f198c2fb4bfde45c66ee405adac4 (patch)
tree05f67703353541958122918ce6c6b5f05052310d /test/json.cpp
parente7518ac6a5e09502219e798841ae9dfa497f32b5 (diff)
don't -I./src
Diffstat (limited to 'test/json.cpp')
-rw-r--r--test/json.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/json.cpp b/test/json.cpp
index 9c638530..c819c599 100644
--- a/test/json.cpp
+++ b/test/json.cpp
@@ -4,12 +4,12 @@
#include "serialize/tile.hpp"
#include "serialize/json-helper.hpp"
#include "compat/assert.hpp"
-#include "tile-atlas.hpp"
-#include "tile.hpp"
-#include "chunk.hpp"
-#include "world.hpp"
+#include "src/tile-atlas.hpp"
+#include "src/tile.hpp"
+#include "src/tile-iterator.hpp"
+#include "src/chunk.hpp"
+#include "src/world.hpp"
#include "loader/loader.hpp"
-#include "tile-iterator.hpp"
#include <Corrade/Containers/StringView.h>
#include <Corrade/Utility/Path.h>