Remove unsused includes in QRestReply

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

Pick-to: 6.7
Change-Id: I5f08c4afd5487c5ca191ee813a3d94c4ae3b0f06
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
bb10
Juha Vuolle 2024-03-01 11:35:45 +02:00
parent f451b01791
commit ab04dcca88
1 changed files with 0 additions and 2 deletions

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>