Merge pull request #75944 from akien-mga/style-modules-includes
Style: Harmonize header includes in modules
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user