Skip to content

Commit c0d749c

Browse files
committed
[oneDPL][ranges][L1] removed #include "utils.h" // oneapi::dpl::__internal::__swap_fn
1 parent 9df43c9 commit c0d749c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/oneapi/dpl/pstl/glue_algorithm_ranges_impl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#endif
2727

2828
#include "utils_ranges.h" // __difference_t
29-
#include "utils.h" // oneapi::dpl::__internal::__swap_fn
3029

3130
#include "execution_defs.h"
3231
#include "oneapi/dpl/pstl/ranges_defs.h"
@@ -1062,7 +1061,6 @@ namespace __internal
10621061
{
10631062
struct __unique_fn
10641063
{
1065-
10661064
template<typename _ExecutionPolicy, std::ranges::random_access_range _R, typename _Proj = std::identity,
10671065
std::indirect_equivalence_relation<std::projected<std::ranges::iterator_t<_R>, _Proj>>
10681066
_Comp = std::ranges::equal_to>

0 commit comments

Comments
 (0)