Skip to content

Commit

Permalink
sp/zip_view.hpp -> sp/views/zip.hpp (#1754)
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Ślusarczyk <[email protected]>
  • Loading branch information
mateuszpn and lslusarczyk authored Aug 5, 2024
1 parent 917eeb7 commit 530380b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "../init.hpp"
#include "../util.hpp"
#include "../views/views.hpp"
#include "../zip_view.hpp"
#include "../views/zip.hpp"
#include "fill.hpp"
#include "reduce.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "../detail.hpp"
#include "../init.hpp"
#include "../util.hpp"
#include "../zip_view.hpp"
#include "../views/zip.hpp"
#include "execution_policy.hpp"

namespace oneapi::dpl::experimental::dr::sp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define _ONEDPL_DR_SP_RANGE_ADAPTORS_HPP

#include "views/standard_views.hpp"
#include "zip_view.hpp"
#include "views/zip.hpp"

namespace oneapi::dpl::experimental::dr::sp
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#ifndef _ONEDPL_DR_SP_VIEWS_ENUMERATE_HPP
#define _ONEDPL_DR_SP_VIEWS_ENUMERATE_HPP

#include "../zip_view.hpp"
#include "../views/zip.hpp"

namespace oneapi::dpl::experimental::dr::sp
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "../../detail/segments_tools.hpp"
#include "../../views/transform.hpp"
#include "../distributed_span.hpp"
#include "../zip_view.hpp"
#include "../views/zip.hpp"
#include "enumerate.hpp"

#endif /* _ONEDPL_DR_SP_VIEWS_STANDARD_VIEWS_HPP */
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

#include "oneapi/dpl/iterator"

#include "../detail/iterator_adaptor.hpp"
#include "../detail/owning_view.hpp"
#include "../detail/std_ranges_shim.hpp"
#include "../detail/view_detectors.hpp"
#include "remote_span.hpp"
#include "../../detail/iterator_adaptor.hpp"
#include "../../detail/owning_view.hpp"
#include "../../detail/std_ranges_shim.hpp"
#include "../../detail/view_detectors.hpp"
#include "../remote_span.hpp"

namespace oneapi::dpl::experimental::dr::sp
{
Expand Down

0 comments on commit 530380b

Please sign in to comment.