From 395536b382f0cadff8af612c09bf094b3f911cc0 Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Tue, 12 Feb 2019 22:49:00 +0100 Subject: [PATCH] Remove unused include --- core/backends/devicelink.h | 2 -- core/networkpacket.h | 1 - tests/lanlinkprovidertest.cpp | 1 + tests/networkpackettests.cpp | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/core/backends/devicelink.h b/core/backends/devicelink.h index 945a7933b..35922f3f1 100644 --- a/core/backends/devicelink.h +++ b/core/backends/devicelink.h @@ -22,8 +22,6 @@ #define DEVICELINK_H #include -#include //Fix build on older QCA -#include #include "core/networkpacket.h" diff --git a/core/networkpacket.h b/core/networkpacket.h index 1391ae1e4..c19d36689 100644 --- a/core/networkpacket.h +++ b/core/networkpacket.h @@ -27,7 +27,6 @@ #include #include #include -//#include #include #include diff --git a/tests/lanlinkprovidertest.cpp b/tests/lanlinkprovidertest.cpp index 89ae08dd4..446469b2f 100644 --- a/tests/lanlinkprovidertest.cpp +++ b/tests/lanlinkprovidertest.cpp @@ -31,6 +31,7 @@ #include #include #include +#include /* * 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. diff --git a/tests/networkpackettests.cpp b/tests/networkpackettests.cpp index 18f918569..09f480f07 100644 --- a/tests/networkpackettests.cpp +++ b/tests/networkpackettests.cpp @@ -23,7 +23,6 @@ #include "core/networkpacket.h" #include -#include QTEST_GUILESS_MAIN(NetworkPacketTests);