QtTypeTraits: fix order of the includes

Amends 08c6cc62c743e172fbf064ccaad1159b2a1fb850.

Found in Qt 6.9 API review.

Change-Id: I1ed29a913e34ecf093a98c2053c319f0edfb9135
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 0d047ca713ac66fe8ba94194441cd2e98cb76698)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Ivan Solovev 2025-01-17 16:57:56 +01:00 committed by Qt Cherry-pick Bot
parent afc00d2b9b
commit 2db67cb4b6

View File

@ -7,17 +7,16 @@
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtdeprecationmarkers.h>
#if defined(__cpp_lib_three_way_comparison) && defined(__cpp_lib_concepts)
#include <compare>
#include <concepts>
#endif
#include <optional>
#include <tuple>
#include <type_traits>
#include <utility>
#include <variant>
#if defined(__cpp_lib_three_way_comparison) && defined(__cpp_lib_concepts)
#include <compare>
#include <concepts>
#endif
#if 0
#pragma qt_class(QtTypeTraits)
#pragma qt_sync_stop_processing