summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2022-04-07 12:14:07 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2022-04-07 22:45:05 +0200
commit8b446859de33f5de2e96e4b9eaa6ef2d9b78f2c9 (patch)
tree37d79d72e8e1fb7007a853919d7efae59888df71 /tests/auto/network
parent80363889feda83ce7e76e93d0713eab2a75735e4 (diff)
tst_QTcpSocket: remove redundant include
... a leftover from the initial patch-set not required in the one that merged. Change-Id: I0c5e94d8a0409faf4f7f9a354e98e239f7186da3 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests/auto/network')
-rw-r--r--tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp b/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
index a8094eca14..f53438e09e 100644
--- a/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
+++ b/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
@@ -83,10 +83,6 @@
#include <memory>
-#ifdef Q_OS_LINUX
-#include "private/qnativesocketengine_p.h"
-#endif // Q_OS_LINUX
-
#include "private/qhostinfo_p.h"
#include "../../../network-settings.h"