Skip to content

Commit acff18b

Browse files
committed
fixup! WIP: [libc++][ranges] Implement ranges::stride_view.
Cleanup unneeded includes in types.h. Signed-off-by: Will Hawkins <[email protected]>
1 parent d63d9d1 commit acff18b

File tree

1 file changed

+0
-4
lines changed
  • libcxx/test/std/ranges/range.adaptors/range.stride.view

1 file changed

+0
-4
lines changed

libcxx/test/std/ranges/range.adaptors/range.stride.view/types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
#include <functional>
1414
#include <iterator>
1515
#include <ranges>
16-
#include <type_traits>
1716

18-
#include "__concepts/constructible.h"
19-
#include "__iterator/concepts.h"
20-
#include "__ranges/common_view.h"
2117
#include "test_iterators.h"
2218
#include "test_range.h"
2319

0 commit comments

Comments
 (0)