From 6ecfd7609af2299e92c286fea25f4a762f38bd16 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Tue, 10 Dec 2024 15:19:40 -0500 Subject: [PATCH] Cleanup --- cpp/src/io/orc/stripe_data.cu | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/src/io/orc/stripe_data.cu b/cpp/src/io/orc/stripe_data.cu index d8abc044119..fb416216783 100644 --- a/cpp/src/io/orc/stripe_data.cu +++ b/cpp/src/io/orc/stripe_data.cu @@ -14,8 +14,6 @@ * limitations under the License. */ -#include "cub/util_ptx.cuh" -#include "cuda/std/__type_traits/is_same.h" #include "io/utilities/block_utils.cuh" #include "orc_gpu.hpp"