aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-05-03 11:18:40 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-05-03 11:18:40 +0300
commit90234564e5502f9e6b15f3c9e0d9c431b1e50d34 (patch)
treee4afcfb7f3a28c5efe73581ca973b8d8c78a0451
parente5c7d77372b75be4b07f7ca836349dc360311d57 (diff)
downloadastar-90234564e5502f9e6b15f3c9e0d9c431b1e50d34.tar.xz
One more unneeded include
-rw-r--r--map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/map.h b/map.h
index 16c731f..43335fb 100644
--- a/map.h
+++ b/map.h
@@ -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;