From 8d9cf2aecb36ed100e43b76f1e0d4fd3fc415946 Mon Sep 17 00:00:00 2001 From: cyy Date: Wed, 14 May 2025 09:25:57 +0800 Subject: [PATCH] Remove deprecated inclusion --- detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu | 1 - 1 file changed, 1 deletion(-) diff --git a/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu b/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu index f299c7add1..d4531443d6 100644 --- a/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu +++ b/detectron2/layers/csrc/deformable/deform_conv_cuda_kernel.cu @@ -73,7 +73,6 @@ #include #include #include -#include using namespace at;