From 4be41a9a9734718bc3aee36c98052c1e3ed27fb6 Mon Sep 17 00:00:00 2001 From: Yuri Rubinsky Date: Thu, 16 Jun 2022 17:23:08 +0300 Subject: Remove redundand header from `a_star.h` --- core/math/a_star.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/math') 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. -- cgit v1.2.3