Browse Source

Remove a cross include from a_star.cpp

TechnoPorg 3 years ago
parent
commit
5108af42ad
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/math/a_star.cpp

+ 0 - 1
core/math/a_star.cpp

@@ -32,7 +32,6 @@
 
 
 #include "core/math/geometry_3d.h"
 #include "core/math/geometry_3d.h"
 #include "core/object/script_language.h"
 #include "core/object/script_language.h"
-#include "scene/scene_string_names.h"
 
 
 int AStar::get_available_point_id() const {
 int AStar::get_available_point_id() const {
 	if (points.has(last_free_id)) {
 	if (points.has(last_free_id)) {