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>
This commit is contained in:
Timur Pocheptsov 2022-04-07 12:14:07 +02:00
parent 80363889fe
commit 8b446859de

View File

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