summaryrefslogtreecommitdiffstats
path: root/platform/android/thread_jandroid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/thread_jandroid.cpp')
-rw-r--r--platform/android/thread_jandroid.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/thread_jandroid.cpp b/platform/android/thread_jandroid.cpp
index 5051c179ed..9f4140f70f 100644
--- a/platform/android/thread_jandroid.cpp
+++ b/platform/android/thread_jandroid.cpp
@@ -30,10 +30,10 @@
#include "thread_jandroid.h"
-#include <android/log.h>
-
#include "core/os/thread.h"
+#include <android/log.h>
+
static JavaVM *java_vm = nullptr;
static thread_local JNIEnv *env = nullptr;