Remove display_server.h transitive include from node.h.
This commit is contained in:
parent
fc7065d2b4
commit
1e0b41ab27
12 changed files with 16 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue