Explicitly include scene_tree.h where used

Pre-requisite before removing `scene_tree.h` from `node.h`
which has cascading consequences on most of the codebase.
This commit is contained in:
Rémi Verschelde 2026-03-05 10:43:25 +01:00
parent fe6f78a4c7
commit 18edfa5245
No known key found for this signature in database
GPG key ID: C3336907360768E1
70 changed files with 70 additions and 0 deletions

View file

@ -36,6 +36,7 @@
#include "core/io/dir_access.h"
#include "core/os/os.h"
#include "core/string/translation_server.h"
#include "scene/main/scene_tree.h"
#include "scene/main/window.h"
#include "scene/theme/theme_db.h"
#include "servers/audio/audio_server.h"