Remove sky.h include from environment.h, to speed up compile time.

This commit is contained in:
Lukas Tenbrink 2026-01-30 00:05:55 +01:00
parent 80a4af1cc7
commit 1d840aae3a
39 changed files with 46 additions and 1 deletions

View file

@ -32,6 +32,7 @@
#include "core/debugger/debugger_marshalls.h"
#include "core/io/marshalls.h"
#include "core/io/resource_loader.h"
#include "editor/docks/inspector_dock.h"
#include "editor/editor_node.h"
#include "editor/editor_undo_redo_manager.h"