aboutsummaryrefslogtreecommitdiff
path: root/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'path.h')
-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);