summaryrefslogtreecommitdiffstats
path: root/platform/android/api
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/api')
-rw-r--r--platform/android/api/api.cpp3
-rw-r--r--platform/android/api/jni_singleton.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/platform/android/api/api.cpp b/platform/android/api/api.cpp
index 757ca315a7..60c369951c 100644
--- a/platform/android/api/api.cpp
+++ b/platform/android/api/api.cpp
@@ -30,10 +30,11 @@
#include "api.h"
-#include "core/config/engine.h"
#include "java_class_wrapper.h"
#include "jni_singleton.h"
+#include "core/config/engine.h"
+
#if !defined(ANDROID_ENABLED)
static JavaClassWrapper *java_class_wrapper = nullptr;
#endif
diff --git a/platform/android/api/jni_singleton.h b/platform/android/api/jni_singleton.h
index 455ed259ec..a2d1c08168 100644
--- a/platform/android/api/jni_singleton.h
+++ b/platform/android/api/jni_singleton.h
@@ -33,8 +33,9 @@
#include "core/config/engine.h"
#include "core/variant/variant.h"
+
#ifdef ANDROID_ENABLED
-#include "platform/android/jni_utils.h"
+#include "jni_utils.h"
#endif
class JNISingleton : public Object {