diff --git a/modules/gdnative/android/android_gdn.cpp b/modules/gdnative/android/android_gdn.cpp index f3754c10a..7eb328395 100644 --- a/modules/gdnative/android/android_gdn.cpp +++ b/modules/gdnative/android/android_gdn.cpp @@ -28,7 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#include "gdnative/gdnative.h" +#include "modules/gdnative/gdnative.h" // Code by Paritosh97 with minor tweaks by Mux213 // These entry points are only for the android platform and are simple stubs in all others. diff --git a/modules/gdnative/nativescript/nativescript.cpp b/modules/gdnative/nativescript/nativescript.cpp index 9c7f6fcdb..3d3d5a089 100644 --- a/modules/gdnative/nativescript/nativescript.cpp +++ b/modules/gdnative/nativescript/nativescript.cpp @@ -30,7 +30,7 @@ #include "nativescript.h" -#include "gdnative/gdnative.h" +#include "modules/gdnative/gdnative.h" #include "core/config/project_settings.h" #include "core/core_string_names.h" diff --git a/modules/gdnative/nativescript/pandemonium_nativescript.cpp b/modules/gdnative/nativescript/pandemonium_nativescript.cpp index 3b5039464..fa2f34c5d 100644 --- a/modules/gdnative/nativescript/pandemonium_nativescript.cpp +++ b/modules/gdnative/nativescript/pandemonium_nativescript.cpp @@ -35,7 +35,7 @@ #include "core/global_constants.h" #include "core/config/project_settings.h" #include "core/variant/variant.h" -#include "gdnative/gdnative.h" +#include "modules/gdnative/gdnative.h" #include "nativescript.h"