Remove unsused includes in QRestReply

The removed includes were needed when there were separate methods
for returning QJsonArray and QJsonObject

Change-Id: I5f08c4afd5487c5ca191ee813a3d94c4ae3b0f06
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit ab04dcca88f926b6512acb7bd108eccb100d3b2e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Juha Vuolle 2024-03-01 11:35:45 +02:00 committed by Qt Cherry-pick Bot
parent b3aa8fca21
commit d134378b20

View File

@ -4,9 +4,7 @@
#include "qrestreply.h"
#include "qrestreply_p.h"
#include <QtCore/qjsonarray.h>
#include <QtCore/qjsondocument.h>
#include <QtCore/qjsonobject.h>
#include <QtCore/qlatin1stringmatcher.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qstringconverter.h>