From 7c1791841c13db2f3b92a3b5a790daf2a816cc35 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 25 Feb 2024 05:01:14 +0100 Subject: rename astar -> search-astar --- 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 1f353e30..15232f90 100644 --- a/src/dijkstra.cpp +++ b/src/dijkstra.cpp @@ -1,4 +1,4 @@ -#include "astar.hpp" +#include "search-astar.hpp" #include "search-bbox.hpp" #include "compat/format.hpp" #include "compat/vector-wrapper.hpp" -- cgit v1.2.3