diff --git a/core/math/a_star.h b/core/math/a_star.h index bfd03a8faa14..c1497d133ff2 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.