diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-07 00:35:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 00:35:42 +0100 |
commit | 8aa4ed8b5b22881661f1355cf90871c4e25c68e2 (patch) | |
tree | 5548780b61b6d383e38532cfe426e3cefd5ed605 | |
parent | 3ae38edc8e09a97578fc93e11399e635cd82b15c (diff) | |
parent | 5108af42ad9b84ca8cf9e4a499f67481ca09b9da (diff) |
Merge pull request #57729 from TechnoPorg/astar-fix-invalid-include
Remove a cross include from a_star.cpp
-rw-r--r-- | core/math/a_star.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/a_star.cpp b/core/math/a_star.cpp index ce2435216b..14057b96be 100644 --- a/core/math/a_star.cpp +++ b/core/math/a_star.cpp @@ -32,7 +32,6 @@ #include "core/math/geometry_3d.h" #include "core/object/script_language.h" -#include "scene/scene_string_names.h" int AStar::get_available_point_id() const { if (points.has(last_free_id)) { |