From 0677d334f85f6d39f6f6495162eec69712e42370 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sun, 12 Feb 2023 23:50:54 +0200 Subject: Break cyclic includes in qglobal.h [2/3] Task-number: QTBUG-106722 Change-Id: I6cf2b3fcd419659cc8a0633892393febd26e505b Reviewed-by: Thiago Macieira --- src/corelib/global/qflags.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/corelib/global/qflags.h') diff --git a/src/corelib/global/qflags.h b/src/corelib/global/qflags.h index 26a8e5c9cf..cc028e0095 100644 --- a/src/corelib/global/qflags.h +++ b/src/corelib/global/qflags.h @@ -1,12 +1,12 @@ // Copyright (C) 2016 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only -#include -#include - #ifndef QFLAGS_H #define QFLAGS_H +#include +#include + #include QT_BEGIN_NAMESPACE -- cgit v1.2.3