qlocale_data_p.h: add missing #includeS

Otherwise static analyzers, e.g. clazy, complain about unknown types.

Remove qglobal_p.h include, not needed.

Regroup includes.

Change-Id: Ia8d2418911d6d3587eb5a77dde30052175e45da4
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
bb10
Ahmad Samir 2023-08-27 22:31:14 +03:00
parent 7e7f296e97
commit 54f989b30d
1 changed files with 4 additions and 2 deletions

View File

@ -15,9 +15,11 @@
// We mean it.
//
#include <array>
#include <QtCore/qendian.h>
#include <QtCore/private/qglobal_p.h>
#include <QtCore/private/qlocale_p.h>
#include <array>
#include <cstring> // std::memcmp
QT_BEGIN_NAMESPACE