summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-12 21:17:24 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-12 21:17:24 +1100
commit6b9e3c60ef34c4fed15d8c74c9c8688d54961286 (patch)
tree1c474d9ee045c297bde2e95c4fe53b17a0c115a4 /platform/android
parenta1274fbc800e96048baf71225ae2c8e23ffdbf32 (diff)
downloadqtlocation-mapboxgl-6b9e3c60ef34c4fed15d8c74c9c8688d54961286.tar.gz
Renamed source files using mapbox style
Move headers to mbgl/android Tidy up headers and includes
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/cache_database_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/cache_database_data.cpp b/platform/android/cache_database_data.cpp
index 61c4efc15b..5f13a44f68 100644
--- a/platform/android/cache_database_data.cpp
+++ b/platform/android/cache_database_data.cpp
@@ -1,5 +1,5 @@
#include <mbgl/platform/platform.hpp>
-#include "../../android/cpp/NativeMapView.hpp"
+#include <mbgl/android/jni.hpp>
namespace mbgl {
namespace platform {