diff options
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2022-01-07 09:45:05 -0500 |
---|---|---|
committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2022-01-10 16:30:38 -0500 |
commit | 4d81a46f7f71559b48568a47edbe6b70a003029e (patch) | |
tree | 929d46cc640517757753c4d1309582ae287bdef4 /libcxx/include/__algorithm/includes.h | |
parent | ce167c6fb2ae67cffa6702b869762fb80b62d3bc (diff) | |
download | llvm-4d81a46f7f71559b48568a47edbe6b70a003029e.zip llvm-4d81a46f7f71559b48568a47edbe6b70a003029e.tar.gz llvm-4d81a46f7f71559b48568a47edbe6b70a003029e.tar.bz2 |
[libc++] Alphabetize header #includes. NFCI.
The NFC part of D116809. We still want to enforce this in CI,
but the mechanism for that is still to-be-determined.
Differential Revision: https://reviews.llvm.org/D116809
Diffstat (limited to 'libcxx/include/__algorithm/includes.h')
-rw-r--r-- | libcxx/include/__algorithm/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__algorithm/includes.h b/libcxx/include/__algorithm/includes.h index 9cc54d9..9d0bc69 100644 --- a/libcxx/include/__algorithm/includes.h +++ b/libcxx/include/__algorithm/includes.h @@ -9,9 +9,9 @@ #ifndef _LIBCPP___ALGORITHM_INCLUDES_H #define _LIBCPP___ALGORITHM_INCLUDES_H -#include <__config> #include <__algorithm/comp.h> #include <__algorithm/comp_ref_type.h> +#include <__config> #include <__iterator/iterator_traits.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |