diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-03 11:18:40 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-03 11:18:40 +0300 |
| commit | 90234564e5502f9e6b15f3c9e0d9c431b1e50d34 (patch) | |
| tree | e4afcfb7f3a28c5efe73581ca973b8d8c78a0451 | |
| parent | e5c7d77372b75be4b07f7ca836349dc360311d57 (diff) | |
| download | astar-90234564e5502f9e6b15f3c9e0d9c431b1e50d34.tar.xz | |
One more unneeded include
| -rw-r--r-- | map.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ #include <stddef.h> #include "structs.h" #include "config.h" -#include "path.h" #include "priority_queue.h" extern int map_offset_x; |
