Commit cda661e1 authored by Alex Blasche's avatar Alex Blasche
Browse files

Remove not needed includes from heartrate-game


Change-Id: Ia52e491a26a621f8586c5c708ef5d7ef2191c345
Reviewed-by: default avatarTimur Pocheptsov <timur.pocheptsov@qt.io>
parent 24887247
Branches
Tags
No related merge requests found
Showing with 0 additions and 3 deletions
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include "heartrate-global.h" #include "heartrate-global.h"
#include "connectionhandler.h" #include "connectionhandler.h"
#include <QtDebug>
#include <QtBluetooth/qtbluetooth-config.h> #include <QtBluetooth/qtbluetooth-config.h>
ConnectionHandler::ConnectionHandler(QObject *parent) : QObject(parent) ConnectionHandler::ConnectionHandler(QObject *parent) : QObject(parent)
......
...@@ -42,8 +42,6 @@ ...@@ -42,8 +42,6 @@
#include "devicehandler.h" #include "devicehandler.h"
#include "deviceinfo.h" #include "deviceinfo.h"
#include <QBluetoothUuid>
DeviceFinder::DeviceFinder(DeviceHandler *handler, QObject *parent): DeviceFinder::DeviceFinder(DeviceHandler *handler, QObject *parent):
BluetoothBaseClass(parent), BluetoothBaseClass(parent),
m_deviceHandler(handler) m_deviceHandler(handler)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment