aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/equal_graph_def.h
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-08-23 12:24:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-23 12:29:19 -0700
commit008343bd953618dff056d127be7386bac2388742 (patch)
treee5f9632024cd386c0c76b1f734a468c10d4eb5cb /tensorflow/core/util/equal_graph_def.h
parente2a4c8124766cba51ee938487e7f18466511ac26 (diff)
Remove a bunch of proto.h includes from tensorflow/core headers
The goal is to make kernels mostly independent of proto headers, which will let us lock down our .so imports. RELNOTES: Remove proto.h includes from tensorflow/core headers. This may break users who has written custom c++ ops. PiperOrigin-RevId: 166237236
Diffstat (limited to 'tensorflow/core/util/equal_graph_def.h')
-rw-r--r--tensorflow/core/util/equal_graph_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/util/equal_graph_def.h b/tensorflow/core/util/equal_graph_def.h
index 0e7f2950cb..02b40f3b69 100644
--- a/tensorflow/core/util/equal_graph_def.h
+++ b/tensorflow/core/util/equal_graph_def.h
@@ -16,7 +16,6 @@ limitations under the License.
#ifndef TENSORFLOW_GRAPH_EQUAL_GRAPH_DEF_H_
#define TENSORFLOW_GRAPH_EQUAL_GRAPH_DEF_H_
-#include "tensorflow/core/framework/graph.pb.h" // TODO(b/62899350): Remove
#include "tensorflow/core/framework/graph_def_util.h"
#include "tensorflow/core/platform/protobuf.h"
#include "tensorflow/core/platform/types.h"