qlogging.cpp: sort the headers and move qt_windows.h to the bottom
Standard practice. Change-Id: If8d08785be6073236e92fffd0acea703f5a7f49d Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
This commit is contained in:
parent
e3ca467f40
commit
aecafffe56
@ -3,30 +3,26 @@
|
||||
// Copyright (C) 2022 Intel Corporation.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include "qglobal_p.h"
|
||||
#include "qlogging.h"
|
||||
#include "qlogging_p.h"
|
||||
#include "qlist.h"
|
||||
|
||||
#include "qbytearray.h"
|
||||
#include "qlist.h"
|
||||
#include "qcoreapplication.h"
|
||||
#include "private/qcoreapplication_p.h"
|
||||
#include "qdatetime.h"
|
||||
#include "qdebug.h"
|
||||
#include "qgettid_p.h"
|
||||
#include "private/qlocking_p.h"
|
||||
#include "qloggingcategory.h"
|
||||
#include "private/qloggingregistry_p.h"
|
||||
#include "qmutex.h"
|
||||
#include "qscopeguard.h"
|
||||
#include "qstring.h"
|
||||
#include "qvarlengtharray.h"
|
||||
#include "qdebug.h"
|
||||
#include "qmutex.h"
|
||||
#include <QtCore/private/qlocking_p.h>
|
||||
#include "qloggingcategory.h"
|
||||
#ifndef QT_BOOTSTRAPPED
|
||||
#include "qdatetime.h"
|
||||
#include "qcoreapplication.h"
|
||||
#include "qtcore_tracepoints_p.h"
|
||||
#include "qthread.h"
|
||||
#include "private/qloggingregistry_p.h"
|
||||
#include "private/qcoreapplication_p.h"
|
||||
#include "qgettid_p.h"
|
||||
#include <qtcore_tracepoints_p.h>
|
||||
#endif
|
||||
#ifdef Q_OS_WIN
|
||||
#include <qt_windows.h>
|
||||
#endif
|
||||
#include "qvarlengtharray.h"
|
||||
|
||||
#ifdef Q_CC_MSVC
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
@ -88,6 +84,10 @@ extern char *__progname;
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <qt_windows.h>
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
|
Loading…
x
Reference in New Issue
Block a user