Skip to content

Commit

Permalink
Cleanup includes in python_print.cpp.
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#16129

Differential Revision: D13724297

Pulled By: ZolotukhinM

fbshipit-source-id: 24e140bc052c85ef40b928eb84f463d341346a51
  • Loading branch information
Mikhail Zolotukhin authored and facebook-github-bot committed Jan 18, 2019
1 parent 27674dc commit cb2961f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion torch/csrc/jit/attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <string>
#include <vector>

#include <torch/csrc/jit/assertions.h>
#include <torch/csrc/jit/interned_strings.h>

namespace torch {
Expand Down
2 changes: 1 addition & 1 deletion torch/csrc/jit/passes/python_print.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <torch/csrc/jit/assertions.h>
#include <torch/csrc/jit/attributes.h>
#include <torch/csrc/jit/export.h>
#include <torch/csrc/jit/generic_if.h>
#include <torch/csrc/jit/ir.h>
#include <torch/csrc/jit/ir_views.h>
#include <torch/csrc/jit/passes/python_print.h>
Expand Down

0 comments on commit cb2961f

Please sign in to comment.