diff options
-rw-r--r-- | core/math/a_star.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/a_star.h b/core/math/a_star.h index bfd03a8faa..c1497d133f 100644 --- a/core/math/a_star.h +++ b/core/math/a_star.h @@ -35,7 +35,6 @@ #include "core/object/ref_counted.h" #include "core/object/script_language.h" #include "core/templates/oa_hash_map.h" -#include "core/templates/pair.h" /** A* pathfinding algorithm. |