aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/session_bundle
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-07 09:27:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-07 09:31:04 -0700
commitcc6c91a9a9b9b23e781aba1347a8363ceee08449 (patch)
tree452c7759bc43c8b98f89383c3719d578050647a0 /tensorflow/contrib/session_bundle
parent9f17c26caacc54c7520054fce64b2864238f009b (diff)
Remove a further unused proto header inclusion
PiperOrigin-RevId: 158278026
Diffstat (limited to 'tensorflow/contrib/session_bundle')
-rw-r--r--tensorflow/contrib/session_bundle/bundle_shim_test.cc1
-rw-r--r--tensorflow/contrib/session_bundle/signature.cc1
2 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/session_bundle/bundle_shim_test.cc b/tensorflow/contrib/session_bundle/bundle_shim_test.cc
index b3b3255ef5..72f32a0f55 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 e84f63bd2d..7133875ad5 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 {