|
13 | 13 | #include <__algorithm/equal_range.h> |
14 | 14 | #include <__algorithm/lexicographical_compare_three_way.h> |
15 | 15 | #include <__algorithm/lower_bound.h> |
16 | | -#include <__algorithm/min.h> |
17 | 16 | #include <__algorithm/ranges_equal.h> |
18 | 17 | #include <__algorithm/ranges_inplace_merge.h> |
19 | 18 | #include <__algorithm/ranges_is_sorted.h> |
20 | 19 | #include <__algorithm/ranges_sort.h> |
21 | | -#include <__algorithm/ranges_unique.h> |
22 | 20 | #include <__algorithm/remove_if.h> |
23 | 21 | #include <__algorithm/upper_bound.h> |
24 | 22 | #include <__assert> |
25 | 23 | #include <__compare/synth_three_way.h> |
26 | | -#include <__concepts/convertible_to.h> |
27 | 24 | #include <__concepts/swappable.h> |
28 | 25 | #include <__config> |
29 | | -#include <__cstddef/byte.h> |
30 | | -#include <__cstddef/ptrdiff_t.h> |
31 | | -#include <__flat_map/key_value_iterator.h> |
32 | 26 | #include <__flat_map/sorted_equivalent.h> |
33 | 27 | #include <__flat_set/ra_iterator.h> |
34 | 28 | #include <__flat_set/utils.h> |
35 | | -#include <__functional/invoke.h> |
36 | 29 | #include <__functional/is_transparent.h> |
37 | 30 | #include <__functional/operations.h> |
38 | 31 | #include <__fwd/vector.h> |
39 | 32 | #include <__iterator/concepts.h> |
40 | | -#include <__iterator/distance.h> |
41 | 33 | #include <__iterator/iterator_traits.h> |
42 | 34 | #include <__iterator/prev.h> |
43 | | -#include <__iterator/ranges_iterator_traits.h> |
44 | 35 | #include <__iterator/reverse_iterator.h> |
45 | 36 | #include <__memory/allocator_traits.h> |
46 | 37 | #include <__memory/uses_allocator.h> |
47 | 38 | #include <__memory/uses_allocator_construction.h> |
48 | | -#include <__ranges/access.h> |
49 | 39 | #include <__ranges/concepts.h> |
50 | 40 | #include <__ranges/container_compatible_range.h> |
51 | 41 | #include <__ranges/drop_view.h> |
52 | 42 | #include <__ranges/from_range.h> |
53 | | -#include <__ranges/ref_view.h> |
54 | 43 | #include <__ranges/size.h> |
55 | 44 | #include <__ranges/subrange.h> |
56 | | -#include <__ranges/zip_view.h> |
57 | | -#include <__type_traits/conjunction.h> |
58 | 45 | #include <__type_traits/container_traits.h> |
59 | 46 | #include <__type_traits/invoke.h> |
60 | 47 | #include <__type_traits/is_allocator.h> |
61 | 48 | #include <__type_traits/is_nothrow_constructible.h> |
62 | 49 | #include <__type_traits/is_same.h> |
63 | | -#include <__type_traits/maybe_const.h> |
64 | 50 | #include <__utility/as_const.h> |
65 | 51 | #include <__utility/exception_guard.h> |
66 | 52 | #include <__utility/move.h> |
|
0 commit comments