diff options
author | Yuri Rubinsky <chaosus89@gmail.com> | 2022-06-16 17:23:08 +0300 |
---|---|---|
committer | Yuri Rubinsky <chaosus89@gmail.com> | 2022-06-16 17:23:08 +0300 |
commit | 4be41a9a9734718bc3aee36c98052c1e3ed27fb6 (patch) | |
tree | 1ea894dbd7dbb773df1fe4dc8dbb725d4541da60 /core/math | |
parent | 639d72735c2e9bfff013029e3c797a2102797e82 (diff) |
Remove redundand header from `a_star.h`
Diffstat (limited to 'core/math')
-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. |