From 3f327a516b5267647958b8892fd97a94cc7016ab Mon Sep 17 00:00:00 2001 From: generatedunixname89002005287564 Date: Mon, 26 May 2025 19:14:57 -0700 Subject: [PATCH] Fix CQS signal facebook-unused-include-check in fbcode/vision/fair/pytorch3d/pytorch3d/csrc/pulsar Reviewed By: dtolnay Differential Revision: D75209078 fbshipit-source-id: 6b67d3354091d18b8171a6f4b38465ffcc9e17c5 --- pytorch3d/csrc/pulsar/warnings.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/pytorch3d/csrc/pulsar/warnings.cpp b/pytorch3d/csrc/pulsar/warnings.cpp index 54615ac1..281ca509 100644 --- a/pytorch3d/csrc/pulsar/warnings.cpp +++ b/pytorch3d/csrc/pulsar/warnings.cpp @@ -6,9 +6,6 @@ * LICENSE file in the root directory of this source tree. */ -#include "./global.h" -#include "./logging.h" - /** * A compilation unit to provide warnings about the code and avoid * repeated messages.