Skip to content

Commit

Permalink
cleanup headers for omp/util.h
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <[email protected]>
  • Loading branch information
danhoeflinger committed Feb 5, 2025
1 parent 9f4224a commit e716655
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions include/oneapi/dpl/pstl/omp/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@
#ifndef _ONEDPL_INTERNAL_OMP_UTIL_H
#define _ONEDPL_INTERNAL_OMP_UTIL_H

#include <algorithm>
#include <atomic>
#include <iterator>
#include <cstddef>
#include <cstdint>
#include <cstdio>
#include <memory>
#include <vector>
#include <type_traits>
#include <iterator> //std::iterator_traits, std::distance
#include <cstddef> //std::size_t
#include <memory> //std::allocator
#include <type_traits> // std::decay, is_integral_v, enable_if_t
#include <utility> // std::forward
#include <omp.h>
#include <tuple>

#include "../parallel_backend_utils.h"
#include "../unseq_backend_simd.h"
Expand Down

0 comments on commit e716655

Please sign in to comment.