[libcxx-commits] [libcxx] a60b639 - [libc++][NFC] Sort includes in __ranges/concepts.h
Joe Loser via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Nov 21 16:34:28 PST 2021
Author: Joe Loser
Date: 2021-11-21T19:34:02-05:00
New Revision: a60b63940a656b01b44d1db749bd4130e3739b27
URL: https://github.com/llvm/llvm-project/commit/a60b63940a656b01b44d1db749bd4130e3739b27
DIFF: https://github.com/llvm/llvm-project/commit/a60b63940a656b01b44d1db749bd4130e3739b27.diff
LOG: [libc++][NFC] Sort includes in __ranges/concepts.h
Differential Revision: https://reviews.llvm.org/D114328
Added:
Modified:
libcxx/include/__ranges/concepts.h
Removed:
################################################################################
diff --git a/libcxx/include/__ranges/concepts.h b/libcxx/include/__ranges/concepts.h
index dc1cece33b8da..6a8364006beb8 100644
--- a/libcxx/include/__ranges/concepts.h
+++ b/libcxx/include/__ranges/concepts.h
@@ -16,8 +16,8 @@
#include <__iterator/iterator_traits.h>
#include <__iterator/readable_traits.h>
#include <__ranges/access.h>
-#include <__ranges/enable_borrowed_range.h>
#include <__ranges/data.h>
+#include <__ranges/enable_borrowed_range.h>
#include <__ranges/enable_view.h>
#include <__ranges/size.h>
#include <concepts>
More information about the libcxx-commits
mailing list