Merge pull request #75944 from akien-mga/style-modules-includes

Style: Harmonize header includes in modules
This commit is contained in:
Rémi Verschelde 2023-06-15 15:26:14 +02:00
commit 3b4504afea
No known key found for this signature in database
GPG key ID: C3336907360768E1
217 changed files with 572 additions and 415 deletions

View file

@ -33,13 +33,14 @@
#include "core/error/error_macros.h"
#include "core/string/char_utils.h"
#ifdef TOOLS_ENABLED
#include "editor/editor_settings.h"
#endif
#ifdef DEBUG_ENABLED
#include "servers/text_server.h"
#endif
#ifdef TOOLS_ENABLED
#include "editor/editor_settings.h"
#endif
static const char *token_names[] = {
"Empty", // EMPTY,
// Basic