|
9 | 9 | #ifndef _LIBCPP___ALGORITHM_EQUAL_RANGE_H
|
10 | 10 | #define _LIBCPP___ALGORITHM_EQUAL_RANGE_H
|
11 | 11 |
|
12 |
| -#include <__algorithm/comp.h> |
13 |
| -#include <__algorithm/comp_ref_type.h> |
14 |
| -#include <__algorithm/half_positive.h> |
15 |
| -#include <__algorithm/iterator_operations.h> |
16 |
| -#include <__algorithm/lower_bound.h> |
17 |
| -#include <__algorithm/upper_bound.h> |
18 |
| -#include <__config> |
19 |
| -#include <__functional/identity.h> |
20 |
| -#include <__functional/invoke.h> |
21 |
| -#include <__iterator/advance.h> |
22 |
| -#include <__iterator/distance.h> |
23 |
| -#include <__iterator/iterator_traits.h> |
24 |
| -#include <__iterator/next.h> |
25 |
| -#include <__type_traits/is_callable.h> |
26 |
| -#include <__type_traits/is_constructible.h> |
27 |
| -#include <__utility/move.h> |
28 |
| -#include <__utility/pair.h> |
| 12 | +#include <__cxx03/__algorithm/comp.h> |
| 13 | +#include <__cxx03/__algorithm/comp_ref_type.h> |
| 14 | +#include <__cxx03/__algorithm/half_positive.h> |
| 15 | +#include <__cxx03/__algorithm/iterator_operations.h> |
| 16 | +#include <__cxx03/__algorithm/lower_bound.h> |
| 17 | +#include <__cxx03/__algorithm/upper_bound.h> |
| 18 | +#include <__cxx03/__config> |
| 19 | +#include <__cxx03/__functional/identity.h> |
| 20 | +#include <__cxx03/__functional/invoke.h> |
| 21 | +#include <__cxx03/__iterator/advance.h> |
| 22 | +#include <__cxx03/__iterator/distance.h> |
| 23 | +#include <__cxx03/__iterator/iterator_traits.h> |
| 24 | +#include <__cxx03/__iterator/next.h> |
| 25 | +#include <__cxx03/__type_traits/is_callable.h> |
| 26 | +#include <__cxx03/__type_traits/is_constructible.h> |
| 27 | +#include <__cxx03/__utility/move.h> |
| 28 | +#include <__cxx03/__utility/pair.h> |
29 | 29 |
|
30 | 30 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
31 | 31 | # pragma GCC system_header
|
32 | 32 | #endif
|
33 | 33 |
|
34 | 34 | _LIBCPP_PUSH_MACROS
|
35 |
| -#include <__undef_macros> |
| 35 | +#include <__cxx03/__undef_macros> |
36 | 36 |
|
37 | 37 | _LIBCPP_BEGIN_NAMESPACE_STD
|
38 | 38 |
|
|
0 commit comments