summaryrefslogtreecommitdiffhomepage
path: root/src/search-astar.cpp
diff options
context:
space:
mode:
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