diff --git a/libcxx/include/span b/libcxx/include/span --- a/libcxx/include/span +++ b/libcxx/include/span @@ -129,11 +129,10 @@ */ #include <__config> -#include // for ptrdiff_t -#include // for iterators #include // for array -#include // for remove_cv, etc #include // for byte +#include // for iterators +#include // for remove_cv, etc #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header