From e7166551057fcaf7f720814aae8c3c2fb56b806c Mon Sep 17 00:00:00 2001 From: Dan Hoeflinger Date: Wed, 5 Feb 2025 13:40:51 -0500 Subject: [PATCH] cleanup headers for omp/util.h Signed-off-by: Dan Hoeflinger --- include/oneapi/dpl/pstl/omp/util.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/include/oneapi/dpl/pstl/omp/util.h b/include/oneapi/dpl/pstl/omp/util.h index d8f3bd2c6f6..68b2687fb1f 100644 --- a/include/oneapi/dpl/pstl/omp/util.h +++ b/include/oneapi/dpl/pstl/omp/util.h @@ -16,17 +16,12 @@ #ifndef _ONEDPL_INTERNAL_OMP_UTIL_H #define _ONEDPL_INTERNAL_OMP_UTIL_H -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include //std::iterator_traits, std::distance +#include //std::size_t +#include //std::allocator +#include // std::decay, is_integral_v, enable_if_t +#include // std::forward #include -#include #include "../parallel_backend_utils.h" #include "../unseq_backend_simd.h"