Remove unused include
This commit is contained in:
parent
af1ab23e0a
commit
395536b382
4 changed files with 1 additions and 4 deletions
|
@ -22,8 +22,6 @@
|
|||
#define DEVICELINK_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QIODevice> //Fix build on older QCA
|
||||
#include <QtCrypto>
|
||||
|
||||
#include "core/networkpacket.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <QString>
|
||||
#include <QVariant>
|
||||
#include <QIODevice>
|
||||
//#include <QtCrypto>
|
||||
#include <QSharedPointer>
|
||||
#include <QUrl>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <QtTest>
|
||||
#include <QSslKey>
|
||||
#include <QUdpSocket>
|
||||
#include <QtCrypto>
|
||||
|
||||
/*
|
||||
* This class tests the working of LanLinkProvider under different conditions that when identity packet is received over TCP, over UDP and same when the device is paired.
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "core/networkpacket.h"
|
||||
|
||||
#include <QtTest>
|
||||
#include <QtCrypto>
|
||||
|
||||
QTEST_GUILESS_MAIN(NetworkPacketTests);
|
||||
|
||||
|
|
Loading…
Reference in a new issue