1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Remove unused headers in servers.

Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
This commit is contained in:
Yufeng Ying
2024-12-19 03:16:38 +08:00
parent 89001f91d2
commit e88e30c273
109 changed files with 32 additions and 199 deletions

View File

@@ -33,7 +33,6 @@
#include "physics_server_3d.h"
#include "core/config/project_settings.h"
#include "core/string/print_string.h"
#include "core/variant/typed_array.h"
void PhysicsServer3DRenderingServerHandler::set_vertex(int p_vertex_id, const Vector3 &p_vertex) {