Remove unused include

This commit is contained in:
Albert Vaca Cintora 2019-02-12 22:49:00 +01:00
parent af1ab23e0a
commit 395536b382
4 changed files with 1 additions and 4 deletions

View file

@ -22,8 +22,6 @@
#define DEVICELINK_H
#include <QObject>
#include <QIODevice> //Fix build on older QCA
#include <QtCrypto>
#include "core/networkpacket.h"

View file

@ -27,7 +27,6 @@
#include <QString>
#include <QVariant>
#include <QIODevice>
//#include <QtCrypto>
#include <QSharedPointer>
#include <QUrl>

View file

@ -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.

View file

@ -23,7 +23,6 @@
#include "core/networkpacket.h"
#include <QtTest>
#include <QtCrypto>
QTEST_GUILESS_MAIN(NetworkPacketTests);