diff --git a/core/math/a_star.h b/core/math/a_star.h index ec333efc1d3..cbabcce9741 100644 --- a/core/math/a_star.h +++ b/core/math/a_star.h @@ -32,7 +32,6 @@ #define ASTAR_H #include "core/reference.h" -#include "core/self_list.h" /** A* pathfinding algorithm