Cleanup includes in python_print.cpp.
authorMikhail Zolotukhin <mvz@fb.com>
Fri, 18 Jan 2019 02:03:38 +0000 (18:03 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 18 Jan 2019 02:13:17 +0000 (18:13 -0800)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16129

Differential Revision: D13724297

Pulled By: ZolotukhinM

fbshipit-source-id: 24e140bc052c85ef40b928eb84f463d341346a51

torch/csrc/jit/attributes.h
torch/csrc/jit/passes/python_print.cpp

index a61823f..500fa64 100644 (file)
@@ -6,7 +6,6 @@
 #include <string>
 #include <vector>
 
-#include <torch/csrc/jit/assertions.h>
 #include <torch/csrc/jit/interned_strings.h>
 
 namespace torch {
index d736587..16ad0e7 100644 (file)
@@ -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>