summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-07-23 13:16:48 +0200
committerGitHub <noreply@github.com>2017-07-23 13:16:48 +0200
commit38c471bef6ec5b9236ccf3331d982e379d7be4a8 (patch)
tree7c92b7e1ab05989b9567d88b9a84062b912f96c3 /modules/gdscript/gd_editor.cpp
parent21497bd501ff1a6f8029475a1cdf99162c6ca369 (diff)
parentc7c65ca6bac04925353db9b3bee4b0cd0b634ac6 (diff)
Merge pull request #9765 from Noshyaar/pr-clang
Clang-formatting *.cpp and *.h (some files excluded)
Diffstat (limited to 'modules/gdscript/gd_editor.cpp')
-rw-r--r--modules/gdscript/gd_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp
index f1b4828a3e..1e1327d72f 100644
--- a/modules/gdscript/gd_editor.cpp
+++ b/modules/gdscript/gd_editor.cpp
@@ -30,8 +30,8 @@
#include "editor/editor_settings.h"
#include "gd_compiler.h"
#include "gd_script.h"
-#include "project_settings.h"
#include "os/file_access.h"
+#include "project_settings.h"
#ifdef TOOLS_ENABLED
#include "editor/editor_file_system.h"
#include "editor/editor_settings.h"