diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 05:37:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 05:37:23 +0100 |
commit | 807b4ba44792a159eec3322a91535bbd3649ef44 (patch) | |
tree | 274d96a09753486d8b98873cbd151afa7880c2be /editor | |
parent | 586deb97483992f20353abfb630dea2e7d476b87 (diff) |
clean up more headers
Diffstat (limited to 'editor')
-rw-r--r-- | editor/tests/path-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index 8589829b..bdaeaae0 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -4,10 +4,10 @@ #include "compat/vector-wrapper.hpp" #include "floormat/main.hpp" #include "src/search-astar.hpp" +#include "src/search-result.hpp" #include "src/critter.hpp" #include "shaders/shader.hpp" #include "../imgui-raii.hpp" -#include "src/camera-offset.hpp" #include <Magnum/Math/Functions.h> #include <Magnum/Math/Color.h> |