summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-04-05 16:26:23 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-04-05 14:42:42 +0000
commitcda661e1446d4ad00390dacdff8eb107a13d636b (patch)
tree930b1c4304a7f48a4b29757a01a5b87b6cbb130c /examples/bluetooth
parent24887247fff82fb328d6b907d756840ef4d844ca (diff)
Remove not needed includes from heartrate-game
Change-Id: Ia52e491a26a621f8586c5c708ef5d7ef2191c345 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'examples/bluetooth')
-rw-r--r--examples/bluetooth/heartrate-game/connectionhandler.cpp1
-rw-r--r--examples/bluetooth/heartrate-game/devicefinder.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/examples/bluetooth/heartrate-game/connectionhandler.cpp b/examples/bluetooth/heartrate-game/connectionhandler.cpp
index c9c14818..40572b71 100644
--- a/examples/bluetooth/heartrate-game/connectionhandler.cpp
+++ b/examples/bluetooth/heartrate-game/connectionhandler.cpp
@@ -40,7 +40,6 @@
#include "heartrate-global.h"
#include "connectionhandler.h"
-#include <QtDebug>
#include <QtBluetooth/qtbluetooth-config.h>
ConnectionHandler::ConnectionHandler(QObject *parent) : QObject(parent)
diff --git a/examples/bluetooth/heartrate-game/devicefinder.cpp b/examples/bluetooth/heartrate-game/devicefinder.cpp
index a56cfd6d..6d952351 100644
--- a/examples/bluetooth/heartrate-game/devicefinder.cpp
+++ b/examples/bluetooth/heartrate-game/devicefinder.cpp
@@ -42,8 +42,6 @@
#include "devicehandler.h"
#include "deviceinfo.h"
-#include <QBluetoothUuid>
-
DeviceFinder::DeviceFinder(DeviceHandler *handler, QObject *parent):
BluetoothBaseClass(parent),
m_deviceHandler(handler)