aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/json.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-05-25 06:30:04 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-05-25 07:49:25 +0000
commited40753ed1fd6508f2b7036d46f8096b35f09946 (patch)
tree7172b69b26b5b861af247801be24dc7e6b160eb2 /src/libs/utils/json.cpp
parent4b9545fe7f58f38fc9281a6010f8f65471674f43 (diff)
Utils: Drop unused headers [I-Z]
Round 2 - focus on sources. For classes with initial in range [I-Z]. Try to keep the same separators between different kind of headers. Change-Id: I8a7ab99bab8120ee72cda6433ee3dc6f260a4d76 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/libs/utils/json.cpp')
-rw-r--r--src/libs/utils/json.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/json.cpp b/src/libs/utils/json.cpp
index 142ac4fccb..e7960afe5e 100644
--- a/src/libs/utils/json.cpp
+++ b/src/libs/utils/json.cpp
@@ -25,8 +25,8 @@
#include "json.h"
-#include <utils/qtcassert.h>
-#include <utils/fileutils.h>
+#include "fileutils.h"
+#include "qtcassert.h"
#include <QDir>
#include <QJsonDocument>