Remove a further unused proto header inclusion

PiperOrigin-RevId: 158278026
This commit is contained in:
A. Unique TensorFlower 2017-06-07 09:27:14 -07:00 committed by TensorFlower Gardener
parent 9f17c26caa
commit cc6c91a9a9
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -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 {