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>
This commit is contained in:
parent
c7420d9cb8
commit
262ab9944a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user