From cc6c91a9a9b9b23e781aba1347a8363ceee08449 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 7 Jun 2017 09:27:14 -0700 Subject: [PATCH] Remove a further unused proto header inclusion PiperOrigin-RevId: 158278026 --- tensorflow/contrib/session_bundle/bundle_shim_test.cc | 1 + tensorflow/contrib/session_bundle/signature.cc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/session_bundle/bundle_shim_test.cc b/tensorflow/contrib/session_bundle/bundle_shim_test.cc index b3b3255ef53..72f32a0f555 100644 --- a/tensorflow/contrib/session_bundle/bundle_shim_test.cc +++ b/tensorflow/contrib/session_bundle/bundle_shim_test.cc @@ -15,6 +15,7 @@ limitations under the License. #include "tensorflow/contrib/session_bundle/bundle_shim.h" +#include "google/protobuf/any.pb.h" #include "tensorflow/cc/saved_model/signature_constants.h" #include "tensorflow/cc/saved_model/tag_constants.h" #include "tensorflow/contrib/session_bundle/test_util.h" diff --git a/tensorflow/contrib/session_bundle/signature.cc b/tensorflow/contrib/session_bundle/signature.cc index e84f63bd2de..7133875ad53 100644 --- a/tensorflow/contrib/session_bundle/signature.cc +++ b/tensorflow/contrib/session_bundle/signature.cc @@ -28,7 +28,6 @@ limitations under the License. #include "tensorflow/core/platform/protobuf_internal.h" #include "tensorflow/core/platform/types.h" #include "tensorflow/core/protobuf/meta_graph.pb.h" -#include "tensorflow/core/protobuf/saver.pb.h" #include "tensorflow/core/public/session.h" namespace tensorflow {