Skip to content

Commit

Permalink
Remove unused header
Browse files Browse the repository at this point in the history
Including the <execution> header can cause compilation issues under certain conditions when an implicit dependency on TBB is brought in. This header was unused anyway, so it has been removed.
  • Loading branch information
wphicks committed Nov 4, 2023
1 parent b21cad3 commit b59e14c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/include/raft/core/detail/copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once
#include <cstdio>
#include <execution>
#include <raft/core/cuda_support.hpp>
#include <raft/core/device_mdspan.hpp>
#include <raft/core/error.hpp>
Expand Down

0 comments on commit b59e14c

Please sign in to comment.