Skip to content

Commit 7818a21

Browse files
generatedunixname89002005325676facebook-github-bot
generatedunixname89002005325676
authored andcommittedSep 28, 2020
[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily arc lint --take CLANGFORMAT
Reviewed By: zertosh Differential Revision: D23959094 fbshipit-source-id: 6caa046d263114bff38a38d756099aac357e4f04
1 parent 95a97e5 commit 7818a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎torch/csrc/jit/runtime/static/impl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
#include <torch/csrc/jit/runtime/static/impl.h>
12
#include <ATen/core/interned_strings.h>
23
#include <ATen/core/op_registration/op_registration.h>
34
#include <torch/csrc/jit/passes/canonicalize.h>
45
#include <torch/csrc/jit/passes/freeze_module.h>
56
#include <torch/csrc/jit/passes/remove_mutation.h>
67
#include <torch/csrc/jit/passes/subgraph_rewrite.h>
7-
#include <torch/csrc/jit/runtime/static/impl.h>
88
#include <torch/csrc/jit/runtime/static/ops.h>
99
#include <torch/csrc/jit/runtime/vararg_functions.h>
1010

‎torch/csrc/jit/runtime/static/ops.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
#include <torch/csrc/jit/runtime/static/ops.h>
12
#include <ATen/NativeFunctions.h>
23
#include <torch/csrc/jit/ir/ir.h>
3-
#include <torch/csrc/jit/runtime/static/ops.h>
44

55
namespace torch {
66
namespace jit {

0 commit comments

Comments
 (0)
Please sign in to comment.