summaryrefslogtreecommitdiff
path: root/platform/android/src/jni_native.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/jni_native.cpp')
-rw-r--r--[-rwxr-xr-x]platform/android/src/jni_native.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/src/jni_native.cpp b/platform/android/src/jni_native.cpp
index df96ba9759..966dc6a007 100755..100644
--- a/platform/android/src/jni_native.cpp
+++ b/platform/android/src/jni_native.cpp
@@ -50,10 +50,10 @@
#include "snapshotter/map_snapshotter.hpp"
#include "snapshotter/map_snapshot.hpp"
#endif
-#include "text/collator_jni.hpp"
+#include "i18n/collator_jni.hpp"
+#include "logger.hpp"
#include "text/local_glyph_rasterizer_jni.hpp"
#include "text/format_number_jni.hpp"
-#include "logger.hpp"
namespace mbgl {
namespace android {