qhashfunctions.h: unindent <concepts> include

Qt will at some point require C++20 and then the indented include will
have to be un-indented, anyway, so might was well do it now to have
less work later.

Also sort the <concepts> header in with the other C++ headers.

Amends 52abff8cc1741412c3fa2c9f6d5185cf48f9ef13.

Found in API-review.

Pick-to: 6.8
Change-Id: Ic092d3c0d47e9ecab0492d533b6a10c2a8227e88
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Marc Mutz 2024-08-26 13:43:52 +02:00
parent c1fc85df10
commit 3ac48281d9

View File

@ -9,14 +9,13 @@
#include <QtCore/qstring.h>
#include <QtCore/qstringfwd.h>
#ifdef __cpp_concepts
#include <concepts>
#endif
#include <numeric> // for std::accumulate
#include <functional> // for std::hash
#include <utility> // For std::pair
#ifdef __cpp_concepts
# include <concepts>
#endif
#if 0
#pragma qt_class(QHashFunctions)
#endif