code cleanup: one more unused include

See c7a3509800. A forgotten include is now removed as well.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-06-15 11:20:09 +02:00 committed by Dirk Hohndel
parent 26a0e741b8
commit 5c1d67e0c1

View file

@ -7,14 +7,6 @@
#include <QNetworkAccessManager>
#include <QScreen>
#include <QElapsedTimer>
#if defined(BT_SUPPORT)
#include <QBluetoothLocalDevice>
#include <QBluetoothDeviceDiscoveryAgent>
#include <QBluetoothUuid>
#endif
#if defined(Q_OS_ANDROID)
#include <QAndroidJniObject>
#endif
#include "core/btdiscovery.h"
#include "core/gpslocation.h"