summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/geojson_source.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-08-17 15:38:47 -0700
committerKonstantin Käfer <mail@kkaefer.com>2018-08-19 13:09:16 +0200
commit112bbc7ab289298094d6e6593437a71ec8029caa (patch)
tree229af7a6d7610e20edea65d565adbff9c9cd5f06 /platform/android/src/style/sources/geojson_source.cpp
parent9df9f5fe2089a0dcd0d039115dec5cc63010603a (diff)
downloadqtlocation-mapboxgl-112bbc7ab289298094d6e6593437a71ec8029caa.tar.gz
[core] make style/conversion.hpp implementation private
Diffstat (limited to 'platform/android/src/style/sources/geojson_source.cpp')
-rw-r--r--platform/android/src/style/sources/geojson_source.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/style/sources/geojson_source.cpp b/platform/android/src/style/sources/geojson_source.cpp
index 6d9ab9e22c..14067503f1 100644
--- a/platform/android/src/style/sources/geojson_source.cpp
+++ b/platform/android/src/style/sources/geojson_source.cpp
@@ -5,9 +5,9 @@
// Java -> C++ conversion
#include "../android_conversion.hpp"
#include "../conversion/filter.hpp"
-#include <mbgl/style/conversion.hpp>
#include <mbgl/style/conversion/geojson.hpp>
#include <mbgl/style/conversion/geojson_options.hpp>
+#include <mbgl/style/conversion_impl.hpp>
// C++ -> Java conversion
#include "../../conversion/conversion.hpp"