summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network')
-rw-r--r--tests/auto/network/access/hsts/tst_qhsts.cpp4
-rw-r--r--tests/auto/network/ssl/qdtls/tst_qdtls.cpp6
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/network/access/hsts/tst_qhsts.cpp b/tests/auto/network/access/hsts/tst_qhsts.cpp
index d72991a2eb..b81ea31c03 100644
--- a/tests/auto/network/access/hsts/tst_qhsts.cpp
+++ b/tests/auto/network/access/hsts/tst_qhsts.cpp
@@ -29,10 +29,10 @@
#include <QtTest/QtTest>
#include <QtCore/qdatetime.h>
-#include <QtCore/qvector.h>
+#include <QtCore/qdir.h>
+#include <QtCore/qlist.h>
#include <QtCore/qpair.h>
#include <QtCore/qurl.h>
-#include <QtCore/qdir.h>
#include <QtNetwork/private/qhstsstore_p.h>
#include <QtNetwork/private/qhsts_p.h>
diff --git a/tests/auto/network/ssl/qdtls/tst_qdtls.cpp b/tests/auto/network/ssl/qdtls/tst_qdtls.cpp
index 9faa17e929..0607a4b656 100644
--- a/tests/auto/network/ssl/qdtls/tst_qdtls.cpp
+++ b/tests/auto/network/ssl/qdtls/tst_qdtls.cpp
@@ -39,11 +39,11 @@
#include <QtNetwork/qdtls.h>
#include <QtNetwork/qssl.h>
-#include <QtCore/qcryptographichash.h>
#include <QtCore/qbytearray.h>
-#include <QtCore/qvector.h>
-#include <QtCore/qstring.h>
+#include <QtCore/qcryptographichash.h>
+#include <QtCore/qlist.h>
#include <QtCore/qobject.h>
+#include <QtCore/qstring.h>
#include <algorithm>