diff options
| author | Thomas Herzog | 2017-10-17 13:08:41 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-17 13:08:41 +0200 |
| commit | 8c50bc369e7f9f2b849eb77146f50dcc96389053 (patch) | |
| tree | 45a250da55e13614cc0044cf85e9d17d70414c8c /modules/gdnative/nativescript/nativescript.cpp | |
| parent | fe562cc11344d3dd81c0d20386aef9c1431f0db2 (diff) | |
| parent | e715be0f0a307e36cd34dbee6ba3dfe83b72fead (diff) | |
| download | godot-8c50bc369e7f9f2b849eb77146f50dcc96389053.tar.gz godot-8c50bc369e7f9f2b849eb77146f50dcc96389053.tar.zst godot-8c50bc369e7f9f2b849eb77146f50dcc96389053.zip | |
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.cpp')
| -rw-r--r-- | modules/gdnative/nativescript/nativescript.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/nativescript/nativescript.cpp b/modules/gdnative/nativescript/nativescript.cpp index 0b522c944..aa1fdc32d 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" |
