aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/training_ops_test.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-06 03:11:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-06 03:15:27 -0700
commit0fe0bfcc3cf6930edc096998b1445cead92de8c3 (patch)
treef631ad46ea172018289a7f84fa008ec6394b5355 /tensorflow/core/ops/training_ops_test.cc
parentf0c4c6c3f3a7e6df4dbd98385ec96a72638d5031 (diff)
Remove unused protobuf header inclusions
PiperOrigin-RevId: 158120864
Diffstat (limited to 'tensorflow/core/ops/training_ops_test.cc')
-rw-r--r--tensorflow/core/ops/training_ops_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/ops/training_ops_test.cc b/tensorflow/core/ops/training_ops_test.cc
index 8a77c9be15..92d5ad9964 100644
--- a/tensorflow/core/ops/training_ops_test.cc
+++ b/tensorflow/core/ops/training_ops_test.cc
@@ -13,7 +13,6 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#include "tensorflow/core/framework/graph.pb.h"
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/shape_inference_testutil.h"
#include "tensorflow/core/platform/test.h"