From 5108af42ad9b84ca8cf9e4a499f67481ca09b9da Mon Sep 17 00:00:00 2001 From: TechnoPorg Date: Sun, 6 Feb 2022 15:05:17 -0700 Subject: [PATCH] Remove a cross include from a_star.cpp --- core/math/a_star.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/math/a_star.cpp b/core/math/a_star.cpp index ce2435216bc..14057b96be9 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)) {