diff options
author | TechnoPorg <jonah.janzen@gmail.com> | 2022-02-06 15:05:17 -0700 |
---|---|---|
committer | TechnoPorg <jonah.janzen@gmail.com> | 2022-02-06 15:05:17 -0700 |
commit | 5108af42ad9b84ca8cf9e4a499f67481ca09b9da (patch) | |
tree | 0e76955a56a61b8e400f8726255a64dd4fbba465 /core | |
parent | b9a2569be6fcd1127454127d989b504334d2dac8 (diff) |
Remove a cross include from a_star.cpp
Diffstat (limited to 'core')
-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)) { |