1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +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

@@ -29,7 +29,6 @@
/**************************************************************************/
#include "xr_interface.h"
#include "servers/rendering/renderer_compositor.h"
void XRInterface::_bind_methods() {
ADD_SIGNAL(MethodInfo("play_area_changed", PropertyInfo(Variant::INT, "mode")));