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
parent
f451b01791
commit
ab04dcca88
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue