Remove display_server.h transitive include from node.h.

This commit is contained in:
Lukas Tenbrink
2025-10-13 23:12:45 +02:00
parent fc7065d2b4
commit 1e0b41ab27
12 changed files with 16 additions and 5 deletions

View File

@ -33,7 +33,10 @@
STATIC_ASSERT_INCOMPLETE_TYPE(class, Mesh);
STATIC_ASSERT_INCOMPLETE_TYPE(class, RenderingServer);
STATIC_ASSERT_INCOMPLETE_TYPE(class, DisplayServer);
STATIC_ASSERT_INCOMPLETE_TYPE(class, Shader);
STATIC_ASSERT_INCOMPLETE_TYPE(class, OS);
STATIC_ASSERT_INCOMPLETE_TYPE(class, Engine);
#include "core/config/project_settings.h"
#include "core/io/resource_loader.h"