Tidy up includes in scene/main and scene/debugger

This commit is contained in:
Rémi Verschelde 2026-02-01 21:13:50 +01:00
parent ad4c2c3da8
commit 1c12d2c36e
No known key found for this signature in database
GPG key ID: C3336907360768E1
33 changed files with 114 additions and 80 deletions

View file

@ -38,11 +38,11 @@
#include "core/object/worker_thread_pool.h"
#include "core/os/os.h"
#include "core/profiling/profiling.h"
#include "node.h"
#include "scene/animation/tween.h"
#include "scene/debugger/scene_debugger.h"
#include "scene/gui/control.h"
#include "scene/main/multiplayer_api.h"
#include "scene/main/node.h"
#include "scene/main/viewport.h"
#include "scene/main/window.h"
#include "scene/resources/environment.h"