Remove unused includes in core with clangd-tidy

This commit is contained in:
Rémi Verschelde 2026-03-10 21:41:41 +01:00
parent 847d684314
commit e015e8bde4
No known key found for this signature in database
GPG key ID: C3336907360768E1
85 changed files with 129 additions and 71 deletions

View file

@ -39,7 +39,6 @@ STATIC_ASSERT_INCOMPLETE_TYPE(class, Object);
#include "core/math/color.h"
#include "core/math/math_funcs.h"
#include "core/object/object.h"
#include "core/os/memory.h"
#include "core/os/os.h"
#include "core/string/print_string.h"
#include "core/string/string_name.h"