summaryrefslogtreecommitdiffhomepage
path: root/src/search-astar.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-26 15:26:31 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-26 15:26:31 +0200
commitc3bebd8c3263d67f3b66cab7437bc24f5ea724c8 (patch)
tree4d9edf3195d1ea177d35c5afec51aa9e88408a40 /src/search-astar.cpp
parent30f06fac317668c7da977edf13085a0e0e9df964 (diff)
b cleanup includes
- remove unused includes - reorder some compat/ includes to the bottom, in order to check whether the headers correctly include them
Diffstat (limited to 'src/search-astar.cpp')
-rw-r--r--src/search-astar.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/search-astar.cpp b/src/search-astar.cpp
index 77239669..af82ce90 100644
--- a/src/search-astar.cpp
+++ b/src/search-astar.cpp
@@ -3,12 +3,12 @@
#include "search-constants.hpp"
#include "search-cache.hpp"
#include "search-result.hpp"
-#include "compat/format.hpp"
-#include "compat/vector-wrapper.hpp"
-#include "compat/heap.hpp"
#include "object.hpp"
#include "world.hpp"
#include "point.inl"
+#include "compat/format.hpp"
+#include "compat/vector-wrapper.hpp"
+#include "compat/heap.hpp"
#include <cstdio>
#include <Corrade/Containers/GrowableArray.h>
#include <Corrade/Containers/StaticArray.h> // todo remove