summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-04-15 12:17:43 +0200
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-28 14:32:21 -0400
commitdae18cc7bc5a136a41243dd9ab383498e282cfeb (patch)
tree56671454ebf0a42bc8eebdf867562b1b5303fcbb /android
parent6081941662b34aa9ec673108d2eb40a46b08f714 (diff)
downloadqtlocation-mapboxgl-dae18cc7bc5a136a41243dd9ab383498e282cfeb.tar.gz
remove some unused includes
Diffstat (limited to 'android')
-rw-r--r--android/cpp/jni.cpp1
-rw-r--r--android/cpp/native_map_view.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/android/cpp/jni.cpp b/android/cpp/jni.cpp
index 3f57b2df20..87eec22962 100644
--- a/android/cpp/jni.cpp
+++ b/android/cpp/jni.cpp
@@ -1,5 +1,6 @@
#include <cstdint>
#include <cinttypes>
+#include <cassert>
#include <string>
#include <locale>
diff --git a/android/cpp/native_map_view.cpp b/android/cpp/native_map_view.cpp
index 4e219bf521..7b319d8b03 100644
--- a/android/cpp/native_map_view.cpp
+++ b/android/cpp/native_map_view.cpp
@@ -1,5 +1,6 @@
#include <cstdlib>
#include <ctime>
+#include <cassert>
#include <memory>
#include <list>
#include <tuple>