diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-12-13 18:45:29 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-12-13 20:39:43 +0100 |
commit | 2049ff09c2b41a5ccff693a4a64e517d47a08e4a (patch) | |
tree | 25b8f9acdb5e1b6629293bcc6f014ea4bcb6d1a3 /platform/android/src/jni.cpp | |
parent | b6b1067caf6ba911efbb4a64a43425ce2d729a1a (diff) | |
download | qtlocation-mapboxgl-upstream/build-changes.tar.gz |
[build] rework platform/default directory and add -files.txt for vendored libsupstream/build-changes
Diffstat (limited to 'platform/android/src/jni.cpp')
-rwxr-xr-x | platform/android/src/jni.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/src/jni.cpp b/platform/android/src/jni.cpp index 8c1e45f7d3..45b3e02252 100755 --- a/platform/android/src/jni.cpp +++ b/platform/android/src/jni.cpp @@ -1,8 +1,6 @@ #include "jni.hpp" #include <mbgl/util/logging.hpp> -#include <src/style/formatted.hpp> -#include <src/style/formatted_section.hpp> #include "annotation/marker.hpp" #include "annotation/polygon.hpp" @@ -46,6 +44,8 @@ #include "style/layers/layer_manager.hpp" #include "style/sources/source.hpp" #include "style/light.hpp" +#include "style/formatted.hpp" +#include "style/formatted_section.hpp" #include "snapshotter/map_snapshotter.hpp" #include "snapshotter/map_snapshot.hpp" #include "text/collator_jni.hpp" |