Style: Apply clang-format grouping rules

This commit is contained in:
Rémi Verschelde 2026-03-16 22:19:08 +01:00
parent 764bda8d6c
commit e33e98a26f
No known key found for this signature in database
GPG key ID: C3336907360768E1
260 changed files with 482 additions and 448 deletions

View file

@ -30,8 +30,6 @@
#include "gdscript.h"
#include "core/object/callable_mp.h"
#include "core/object/class_db.h"
#include "gdscript_analyzer.h"
#include "gdscript_cache.h"
#include "gdscript_compiler.h"
@ -40,6 +38,9 @@
#include "gdscript_tokenizer_buffer.h"
#include "gdscript_warning.h"
#include "core/object/callable_mp.h"
#include "core/object/class_db.h"
#ifdef TOOLS_ENABLED
#include "editor/gdscript_docgen.h"
#endif
@ -52,7 +53,6 @@
#include "core/config/project_settings.h"
#include "core/core_constants.h"
#include "core/io/file_access.h"
#include "scene/resources/packed_scene.h"
#include "scene/scene_string_names.h"