Skip to content

Commit 0b9d624

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal facebook-unused-include-check in fbcode/multipy/runtime [B]
Reviewed By: dtolnay Differential Revision: D76510101 fbshipit-source-id: abbcbb1686c7abfa48c7d486a43827107694067f
1 parent ea26e9f commit 0b9d624

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

multipy/runtime/test_deploy_imports.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66

77
#include <ATen/Parallel.h>
88
#include <gtest/gtest.h>
9-
#include <libgen.h>
109
#include <cstring>
1110

1211
#include <c10/util/irange.h>
1312
#include <multipy/runtime/deploy.h>
1413
#include <torch/script.h>
15-
#include <torch/torch.h>
1614

1715
#include <future>
1816
#include <iostream>

multipy/runtime/test_deploy_lib.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <pybind11/pybind11.h>
88
#include <cstdint>
99
#include <cstdio>
10-
#include <iostream>
1110

1211
namespace py = pybind11;
1312

multipy/runtime/test_deploy_missing_interpreter.cpp

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

77
#include <gtest/gtest.h>
88
#include <multipy/runtime/deploy.h>
9-
#include <torch/torch.h>
109

1110
int main(int argc, char* argv[]) {
1211
::testing::InitGoogleTest(&argc, argv);

multipy/runtime/test_deploy_python_ext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <pybind11/pybind11.h>
99
#include <cstdint>
1010
#include <cstdio>
11-
#include <iostream>
1211

1312
bool run() {
1413
torch::deploy::InterpreterManager m(2);

0 commit comments

Comments
 (0)