mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Merge pull request #75944 from akien-mga/style-modules-includes
Style: Harmonize header includes in modules
This commit is contained in:
commit
3b4504afea
217 changed files with 572 additions and 415 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue