Remove unused includes in modules with clangd-tidy

This commit is contained in:
Rémi Verschelde
2026-03-12 21:17:06 +01:00
parent 874f500acb
commit 6d309c858e
179 changed files with 206 additions and 238 deletions
-2
View File
@@ -40,8 +40,6 @@
#include "core/config/project_settings.h"
#include "core/object/class_db.h"
#include "scene/scene_string_names.h"
bool GDScriptCompiler::_is_class_member_property(CodeGen &codegen, const StringName &p_name) {
if (codegen.function_node && codegen.function_node->is_static) {
return false;