summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/ctor.cpp2
-rw-r--r--main/main-impl.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/ctor.cpp b/main/ctor.cpp
index 11bc8cb9..e40eb5a3 100644
--- a/main/ctor.cpp
+++ b/main/ctor.cpp
@@ -1,6 +1,6 @@
#include "main-impl.hpp"
#include "compat/fpu.hpp"
-#include "src/path-search.hpp"
+#include "src/astar.hpp"
#include <Corrade/Containers/GrowableArray.h>
namespace floormat {
diff --git a/main/main-impl.cpp b/main/main-impl.cpp
index 0ce2b5fb..689c249b 100644
--- a/main/main-impl.cpp
+++ b/main/main-impl.cpp
@@ -1,5 +1,5 @@
#include "main-impl.hpp"
-#include "src/path-search.hpp"
+#include "src/astar.hpp"
#include <Corrade/Utility/Move.h>
#include <Magnum/Platform/Sdl2Application.h>