Fix qnetworkreply's benchmark

Remove the include of qsslsocket_openssl_p.h, it does not exist anymore.

Change-Id: I5fc0a06fb381204855634b42f43deb02662746b7
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
Timur Pocheptsov 2021-03-17 16:28:18 +01:00
parent a131f01b06
commit c91ec114b1

View File

@ -44,9 +44,6 @@
#ifdef QT_BUILD_INTERNAL
#include <QtNetwork/private/qhostinfo_p.h>
#ifndef QT_NO_OPENSSL
#include <QtNetwork/private/qsslsocket_openssl_p.h>
#endif
#endif
Q_DECLARE_METATYPE(QSharedPointer<char>)