diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-03 20:45:13 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-03 20:45:13 +0300 |
| commit | 1729beeae70832ef89f8077eff5a225ba51e337b (patch) | |
| tree | 724f4881dcefbc123f8dffdbd47f2052f5ea0da1 | |
| parent | 6fd2169541269021f4b6d2dd09809f0ced7dc5a3 (diff) | |
| download | astar-1729beeae70832ef89f8077eff5a225ba51e337b.tar.xz | |
Remove unneeded include
| -rw-r--r-- | path.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
