From aa3e229e02df6a7d1afcf7a7e92e03f244375f2c Mon Sep 17 00:00:00 2001 From: William Hicks Date: Sat, 4 Nov 2023 10:49:41 -0400 Subject: [PATCH] Remove unused header (#1960) Including the 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. Authors: - William Hicks (https://github.com/wphicks) Approvers: - Ben Frederickson (https://github.com/benfred) URL: https://github.com/rapidsai/raft/pull/1960 --- cpp/include/raft/core/detail/copy.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/include/raft/core/detail/copy.hpp b/cpp/include/raft/core/detail/copy.hpp index dd50f47786..1a9a4d004d 100644 --- a/cpp/include/raft/core/detail/copy.hpp +++ b/cpp/include/raft/core/detail/copy.hpp @@ -16,7 +16,6 @@ #pragma once #include -#include #include #include #include