aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-05-03 20:45:13 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-05-03 20:45:13 +0300
commit1729beeae70832ef89f8077eff5a225ba51e337b (patch)
tree724f4881dcefbc123f8dffdbd47f2052f5ea0da1
parent6fd2169541269021f4b6d2dd09809f0ced7dc5a3 (diff)
downloadastar-1729beeae70832ef89f8077eff5a225ba51e337b.tar.xz
Remove unneeded include
-rw-r--r--path.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/path.h b/path.h
index 28c9b72..f4f21e8 100644
--- a/path.h
+++ b/path.h
@@ -2,7 +2,6 @@
#define ASTAR_H_
#include "structs.h"
-#include "map.h"
/* The currently chosen path func */
extern Path (*path_func)(int, Map, size_t **, size_t, size_t, Position, Position, char **, char);