summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2024-04-15 02:14:59 +0200
committerAhmad Samir <a.samirh78@gmail.com>2024-04-17 20:07:48 +0200
commit785a4a7149f08fb32107e478588aeab6666d2a29 (patch)
tree97351b21d5d2be2929c0ee644b73fa65761062fc /src
parentd807a9ebb1a09116f8bae2490253f6eb82c05c47 (diff)
QCompilerDetection: move qsystemdetection.h to inside the include guard
Pick-to: 6.7 6.6 Task-number: QTBUG-124120 Change-Id: Ia3ca4392945a793289fb9c75f50fba1bca1c691c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qcompilerdetection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/global/qcompilerdetection.h b/src/corelib/global/qcompilerdetection.h
index 673f1c795b..9c46ea0efb 100644
--- a/src/corelib/global/qcompilerdetection.h
+++ b/src/corelib/global/qcompilerdetection.h
@@ -2,8 +2,6 @@
// Copyright (C) 2016 Intel Corporation.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-#include <QtCore/qsystemdetection.h>
-
#if 0
#pragma qt_class(QtCompilerDetection)
#pragma qt_sync_skip_header_check
@@ -14,6 +12,7 @@
#define QCOMPILERDETECTION_H
#include <QtCore/qprocessordetection.h>
+#include <QtCore/qsystemdetection.h>
#include <QtCore/qtconfiginclude.h>
/*