Remove unused include from qrestaccessmanager

A leftover, the class used to have some SSL functionality.

Pick-to: 6.7
Change-Id: Ie987fe086b3e7e5583a9e69dd80e670b131d2832
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
Juha Vuolle 2024-01-26 14:00:44 +02:00
parent 672a824639
commit 1ea51e1f2d
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@
#include <QtNetwork/qnetworkaccessmanager.h>
#include <QtNetwork/qnetworkreply.h>
#if QT_CONFIG(ssl)
#include <QtNetwork/qsslsocket.h>
#endif
#include <QtCore/qjsondocument.h>
#include <QtCore/qjsonobject.h>
#include <QtCore/qloggingcategory.h>