[libcxx-commits] [PATCH] D119491: [libc++] Remove unused include from ranges_swap_ranges.h
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 11 09:29:40 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG36fba521d987: [libc++] Remove unused include from ranges_swap_ranges.h (authored by joe_loser).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119491/new/
https://reviews.llvm.org/D119491
Files:
libcxx/include/__algorithm/ranges_swap_ranges.h
Index: libcxx/include/__algorithm/ranges_swap_ranges.h
===================================================================
--- libcxx/include/__algorithm/ranges_swap_ranges.h
+++ libcxx/include/__algorithm/ranges_swap_ranges.h
@@ -17,7 +17,6 @@
#include <__ranges/concepts.h>
#include <__ranges/dangling.h>
#include <__utility/move.h>
-#include <type_traits>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119491.407915.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220211/6d9c6714/attachment.bin>
More information about the libcxx-commits
mailing list