summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-06-04 15:49:26 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-06-05 12:12:51 +0200
commit262ab9944ad2d6a79b2b85ffa0f7fea2026a2849 (patch)
tree236aa57e4aa395cb3552b0ab90dbde63e3f6f412 /src/corelib
parentc7420d9cb8e15d1f094fa92cfab635a86246c670 (diff)
Prune two un-needed #include files from qbytearray.cpp
The QByteArray code doesn't use QLocale or QString. Change-Id: I60966ecad35fdaaef9930ba2746bf732fa9f3cd7 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/text/qbytearray.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp
index ae73c5977d..d3f366a43b 100644
--- a/src/corelib/text/qbytearray.cpp
+++ b/src/corelib/text/qbytearray.cpp
@@ -43,9 +43,7 @@
#include "qbytearraymatcher.h"
#include "private/qtools_p.h"
#include "qhashfunctions.h"
-#include "qstring.h"
#include "qlist.h"
-#include "qlocale.h"
#include "qlocale_p.h"
#include "qlocale_tools_p.h"
#include "private/qnumeric_p.h"