diff options
author | Yuri Rubinsky <chaosus89@gmail.com> | 2022-06-16 17:53:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 17:53:40 +0300 |
commit | a6ed5589daa9465185f32b5f7fe03d4ee3dbfdcc (patch) | |
tree | bc0fa4c49786de9c06801059a4f1e52ccb18578b /core | |
parent | 2aec92412f39367d2e720544530963707522e510 (diff) | |
parent | 4be41a9a9734718bc3aee36c98052c1e3ed27fb6 (diff) |
Merge pull request #62112 from Chaosus/fix_redundand_header
Diffstat (limited to 'core')
-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. |