Remove unnecessary class_db.h includes

This commit is contained in:
Enzo Novoselic
2026-05-02 13:08:34 -04:00
parent e06dd8106e
commit 7b82c0fe01
34 changed files with 0 additions and 34 deletions
-1
View File
@@ -35,7 +35,6 @@
#include "core/config/engine.h"
#include "core/input/input.h"
#include "core/input/shortcut.h"
#include "core/object/class_db.h" // IWYU pragma: keep. `ADD_SIGNAL` macro.
#include "scene/main/scene_tree.h"
#include "scene/main/window.h" // IWYU pragma: keep. Needed to get the mouse position from the root window.