Remove unused includes in scene with clangd-tidy

This commit is contained in:
Rémi Verschelde
2026-03-10 14:37:15 +01:00
parent 29b945f2eb
commit 8028b65442
56 changed files with 76 additions and 82 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
#include "core/config/engine.h"
#include "core/input/input.h"
#include "core/input/shortcut.h"
#include "core/object/class_db.h"
#include "core/object/class_db.h" // IWYU pragma: keep. `ADD_SIGNAL` macro.
#include "scene/main/scene_tree.h"
#include "scene/main/window.h"