[libcxx-commits] [libcxx] dcbfcef - [libc++][nfc] Remove a duplicated include.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Oct 10 05:21:29 PDT 2021
Author: Mark de Wever
Date: 2021-10-10T14:21:01+02:00
New Revision: dcbfceffded0077129eeb24448117dcb355d174d
URL: https://github.com/llvm/llvm-project/commit/dcbfceffded0077129eeb24448117dcb355d174d
DIFF: https://github.com/llvm/llvm-project/commit/dcbfceffded0077129eeb24448117dcb355d174d.diff
LOG: [libc++][nfc] Remove a duplicated include.
Added:
Modified:
libcxx/include/ranges
Removed:
################################################################################
diff --git a/libcxx/include/ranges b/libcxx/include/ranges
index fc133c53234c1..58bdbf3919043 100644
--- a/libcxx/include/ranges
+++ b/libcxx/include/ranges
@@ -219,7 +219,6 @@ namespace std::ranges {
#include <__ranges/size.h>
#include <__ranges/subrange.h>
#include <__ranges/take_view.h>
-#include <__ranges/take_view.h>
#include <__ranges/transform_view.h>
#include <__ranges/view_interface.h>
#include <compare> // Required by the standard.
More information about the libcxx-commits
mailing list