Remove unused includes in editor with clangd-tidy

Also includes the few changes flagged in `main`.
This commit is contained in:
Rémi Verschelde
2026-03-12 11:50:51 +01:00
parent e2c614fe9a
commit 005e054245
123 changed files with 161 additions and 189 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
#include "action_map_editor.h"
#include "core/object/callable_mp.h"
#include "core/object/class_db.h"
#include "core/object/class_db.h" // IWYU pragma: keep. `ADD_SIGNAL` macro.
#include "editor/editor_string_names.h"
#include "editor/settings/editor_event_search_bar.h"
#include "editor/settings/editor_settings.h"