Skip to content

Commit 3527436

Browse files
Gowntafacebook-github-bot
authored andcommitted
facebook-unused-include-check in fbcode/pytorch
Summary: X-link: pytorch/vision#8919 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 012bb0c commit 3527436

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

torchtext/csrc/vocab.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <torchtext/csrc/vocab.h> // @manual
55

66
#include <iostream>
7-
#include <stdexcept>
87
#include <string>
98
namespace torchtext {
109

torchtext/csrc/vocab_factory.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <torchtext/csrc/vocab_factory.h> // @manual
77

88
#include <fstream>
9-
#include <stdexcept>
109
#include <string>
1110

1211
namespace torchtext {

0 commit comments

Comments
 (0)