From 24b89cc7d168d93c154a22f8bc95c8a3afc2f54a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 24 Feb 2024 01:23:36 +0100 Subject: move astar header to its own file --- src/dijkstra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dijkstra.cpp') 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" -- cgit v1.2.3