summaryrefslogtreecommitdiffhomepage
path: root/src/dijkstra.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-06 12:05:13 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-06 21:40:39 +0100
commitea39f5aa7f125ac921b893d0c555bb7988b6f341 (patch)
treea71a46600fdf3bd2e8145bb1fd880642ceb5f03b /src/dijkstra.cpp
parent05c67aac26d6042454e5d0503acdb11b2c667176 (diff)
random cleanup
Diffstat (limited to 'src/dijkstra.cpp')
-rw-r--r--src/dijkstra.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dijkstra.cpp b/src/dijkstra.cpp
index c1dcd4d6..d303960a 100644
--- a/src/dijkstra.cpp
+++ b/src/dijkstra.cpp
@@ -1,6 +1,5 @@
#include "path-search.hpp"
#include "compat/format.hpp"
-#include "compat/debug.hpp"
#include "compat/vector-wrapper.hpp"
#include "compat/heap.hpp"
#include "object.hpp"