From 262ab9944ad2d6a79b2b85ffa0f7fea2026a2849 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 4 Jun 2020 15:49:26 +0200 Subject: [PATCH] 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 Reviewed-by: Lars Knoll --- src/corelib/text/qbytearray.cpp | 2 -- 1 file changed, 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"