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 <jlmulder@xs4all.nl>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Jan Mulder 2017-06-06 20:38:16 +02:00 committed by Dirk Hohndel
parent f6e94e691f
commit c7a3509800

View file

@ -11,10 +11,6 @@
#include <QApplication>
#include <QElapsedTimer>
#include <QTimer>
#if defined(Q_OS_ANDROID)
#include <QAndroidJniObject>
#include <QAndroidJniEnvironment>
#endif
#include "qt-models/divelistmodel.h"
#include "qt-models/gpslistmodel.h"