From cda661e1446d4ad00390dacdff8eb107a13d636b Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 5 Apr 2017 16:26:23 +0200 Subject: Remove not needed includes from heartrate-game Change-Id: Ia52e491a26a621f8586c5c708ef5d7ef2191c345 Reviewed-by: Timur Pocheptsov --- examples/bluetooth/heartrate-game/connectionhandler.cpp | 1 - examples/bluetooth/heartrate-game/devicefinder.cpp | 2 -- 2 files changed, 3 deletions(-) (limited to 'examples') 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 #include 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 - DeviceFinder::DeviceFinder(DeviceHandler *handler, QObject *parent): BluetoothBaseClass(parent), m_deviceHandler(handler) -- cgit v1.2.3