summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@qt.io>2024-03-01 11:35:45 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-01 21:05:45 +0000
commitd134378b20f10df73cbced09349352cf5635a5fd (patch)
treefd046e6c02dba6639700c6674cac9c704d47ee9f
parentb3aa8fca210c9a2a1c228c48525ded2c23401a4e (diff)
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>
-rw-r--r--src/network/access/qrestreply.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/access/qrestreply.cpp b/src/network/access/qrestreply.cpp
index 1483fc1b3a..c706118c12 100644
--- a/src/network/access/qrestreply.cpp
+++ b/src/network/access/qrestreply.cpp
@@ -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>