summaryrefslogtreecommitdiffhomepage
path: root/src/dijkstra.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-24 01:23:36 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-24 02:51:37 +0100
commit24b89cc7d168d93c154a22f8bc95c8a3afc2f54a (patch)
tree9a1969665a40f532a09621bac39264764a7ec714 /src/dijkstra.cpp
parent7aed83758b173dd0fecf45dc18fcbbe9a522e93b (diff)
move astar header to its own file
Diffstat (limited to 'src/dijkstra.cpp')
-rw-r--r--src/dijkstra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dijkstra.cpp b/src/dijkstra.cpp
index 9fa348b3..f3b07172 100644
--- a/src/dijkstra.cpp
+++ b/src/dijkstra.cpp
@@ -1,4 +1,4 @@
-#include "path-search.hpp"
+#include "astar.hpp"
#include "compat/format.hpp"
#include "compat/vector-wrapper.hpp"
#include "compat/heap.hpp"