Fix clang-cl warning
Warns the include is non-standard, so replace it with standard includes. Pick-to: 6.3 Change-Id: I8db4b65a3f706cb31215332277a3378df88a0003 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
parent
85970834b5
commit
e1b76e68d0
@ -54,8 +54,8 @@
|
||||
|
||||
#include <QtCore/private/qglobal_p.h>
|
||||
#include <QtCore/qstringconverter.h>
|
||||
#include "qiodevice.h"
|
||||
#include "qlocale.h"
|
||||
#include <QtCore/qiodevice.h>
|
||||
#include <QtCore/qlocale.h>
|
||||
#include "qtextstream.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
Loading…
Reference in New Issue
Block a user