summaryrefslogtreecommitdiffhomepage
path: root/editor/tile-editor.hpp
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 /editor/tile-editor.hpp
parente7518ac6a5e09502219e798841ae9dfa497f32b5 (diff)
don't -I./src
Diffstat (limited to 'editor/tile-editor.hpp')
-rw-r--r--editor/tile-editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tile-editor.hpp b/editor/tile-editor.hpp
index 321b75c6..82f020df 100644
--- a/editor/tile-editor.hpp
+++ b/editor/tile-editor.hpp
@@ -2,7 +2,7 @@
#include "editor-enums.hpp"
#include "src/tile-image.hpp"
-#include "global-coords.hpp"
+#include "src/global-coords.hpp"
#include <vector>
#include <map>
#include <memory>