summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/nativescript/nativescript.cpp
diff options
context:
space:
mode:
authorEmmanuel Leblond <emmanuel.leblond@gmail.com>2017-10-08 23:47:38 +0200
committerEmmanuel Leblond <emmanuel.leblond@gmail.com>2017-10-17 10:50:13 +0200
commite715be0f0a307e36cd34dbee6ba3dfe83b72fead (patch)
treea6b18e480217efef7e6358957735c0f25d88bbf0 /modules/gdnative/nativescript/nativescript.cpp
parent0d0cb01f3385d512de0f91b0d73706a3380ec063 (diff)
downloadredot-engine-e715be0f0a307e36cd34dbee6ba3dfe83b72fead.tar.gz
[GDnative] add pluginscript \o/
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.cpp')
-rw-r--r--modules/gdnative/nativescript/nativescript.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/nativescript/nativescript.cpp b/modules/gdnative/nativescript/nativescript.cpp
index 52379560b3..49e2cabea9 100644
--- a/modules/gdnative/nativescript/nativescript.cpp
+++ b/modules/gdnative/nativescript/nativescript.cpp
@@ -31,11 +31,11 @@
#include "gdnative/gdnative.h"
-#include "global_constants.h"
+#include "core/global_constants.h"
+#include "core/project_settings.h"
#include "io/file_access_encrypted.h"
#include "os/file_access.h"
#include "os/os.h"
-#include "project_settings.h"
#include "scene/main/scene_tree.h"
#include "scene/resources/scene_format_text.h"