summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_script.cpp
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-07-22 17:47:04 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2017-07-22 18:14:08 +0700
commitc7c65ca6bac04925353db9b3bee4b0cd0b634ac6 (patch)
treef7cf875fa18275e78a215b41baa233b7a768275f /modules/gdscript/gd_script.cpp
parent0ed59fdf12a8c8b385163c70ace0cd659867c9b1 (diff)
downloadredot-engine-c7c65ca6bac04925353db9b3bee4b0cd0b634ac6.tar.gz
Clang-formatting *.cpp and *.h (some files excluded)
Diffstat (limited to 'modules/gdscript/gd_script.cpp')
-rw-r--r--modules/gdscript/gd_script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_script.cpp b/modules/gdscript/gd_script.cpp
index ca62122342..fe87433a89 100644
--- a/modules/gdscript/gd_script.cpp
+++ b/modules/gdscript/gd_script.cpp
@@ -29,11 +29,11 @@
/*************************************************************************/
#include "gd_script.h"
#include "gd_compiler.h"
-#include "project_settings.h"
#include "global_constants.h"
#include "io/file_access_encrypted.h"
#include "os/file_access.h"
#include "os/os.h"
+#include "project_settings.h"
///////////////////////////