From f315ac131bca761aff2f29061a13a24f38101945 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005287564 Date: Wed, 4 Jun 2025 13:09:58 -0700 Subject: [PATCH] Fix CQS signal facebook-unused-include-check in fbcode/vision/fair/pytorch3d/pytorch3d/csrc Reviewed By: dtolnay Differential Revision: D75938951 fbshipit-source-id: 8e4f9ce82ec988a30e4c8d54881b78560ceab0e0 --- pytorch3d/csrc/ext.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pytorch3d/csrc/ext.cpp b/pytorch3d/csrc/ext.cpp index d5e1df07..415d8770 100644 --- a/pytorch3d/csrc/ext.cpp +++ b/pytorch3d/csrc/ext.cpp @@ -8,7 +8,6 @@ // clang-format off #include "./pulsar/global.h" // Include before . -#include // clang-format on #include "./pulsar/pytorch/renderer.h" #include "./pulsar/pytorch/tensor_util.h"