From 008343bd953618dff056d127be7386bac2388742 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Wed, 23 Aug 2017 12:24:52 -0700 Subject: 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 --- tensorflow/core/util/equal_graph_def.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tensorflow/core/util/equal_graph_def.h') 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" -- cgit v1.2.3