mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Apply iwyu suggestion in core.
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
#include "a_star.compat.inc"
|
||||
|
||||
#include "core/math/geometry_3d.h"
|
||||
#include "core/object/script_language.h"
|
||||
|
||||
int64_t AStar3D::get_available_point_id() const {
|
||||
if (points.has(last_free_id)) {
|
||||
|
||||
Reference in New Issue
Block a user