From c7a35098008b215b1cccad512c4c568cd618f2c6 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Tue, 6 Jun 2017 20:38:16 +0200 Subject: Android BT: fix compile bug One Andorid JNI include was missing. And removed the unused ones from QMLManager. [Dirk Hohndel: I had added the missing include elsewhere, so this commit now only has the removal of the unused includes] Signed-off-by: Jan Mulder Signed-off-by: Dirk Hohndel --- mobile-widgets/qmlmanager.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index 02345342f..3cfb13d2d 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -11,10 +11,6 @@ #include #include #include -#if defined(Q_OS_ANDROID) -#include -#include -#endif #include "qt-models/divelistmodel.h" #include "qt-models/gpslistmodel.h" -- cgit v1.2.3-70-g09d2