[NFC][libc++] Uses the new way to mark Standard includes.

This commit is contained in:
Mark de Wever 2022-09-03 13:35:48 +02:00
parent 49c3c40cc0
commit 4004fb6453

View File

@ -303,12 +303,14 @@ namespace std {
#include <__ranges/views.h>
#include <__ranges/zip_view.h>
#include <__tuple> // TODO: <ranges> has to export std::tuple_size. Replace this, once <tuple> is granularized.
#include <compare> // Required by the standard.
#include <initializer_list> // Required by the standard.
#include <iterator> // Required by the standard.
#include <type_traits>
#include <version>
// standard-mandated includes
#include <compare>
#include <initializer_list>
#include <iterator>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header
#endif