Skip to content

Commit 79df8e2

Browse files
Gowntafacebook-github-bot
authored andcommitted
[codemod] facebook-unused-include-check in fbcode/pytorch
Summary: Remove headers flagged by facebook-unused-include-check over fbcode.pytorch. + format and autodeps This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. Autodiff project: uip Autodiff partition: fbcode.pytorch Autodiff bookmark: ad.uip.fbcode.pytorch Reviewed By: dtolnay Differential Revision: D69621180
1 parent ad47246 commit 79df8e2

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

torchvision/csrc/io/decoder/stream.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "stream.h"
22
#include <c10/util/Logging.h>
3-
#include <stdio.h>
43
#include <string.h>
54
#include "util.h"
65

torchvision/csrc/io/decoder/subtitle_stream.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "subtitle_stream.h"
22
#include <c10/util/Logging.h>
3-
#include <limits>
43
#include "util.h"
54

65
namespace ffmpeg {

torchvision/csrc/io/decoder/util_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <c10/util/Logging.h>
2-
#include <dirent.h>
32
#include <gtest/gtest.h>
43
#include "util.h"
54

torchvision/csrc/io/image/common.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
#include "common.h"
3-
#include <torch/torch.h>
43

54
namespace vision {
65
namespace image {

0 commit comments

Comments
 (0)