aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/proto_text
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/tools/proto_text
parentf0c4c6c3f3a7e6df4dbd98385ec96a72638d5031 (diff)
Remove unused protobuf header inclusions
PiperOrigin-RevId: 158120864
Diffstat (limited to 'tensorflow/tools/proto_text')
-rw-r--r--tensorflow/tools/proto_text/gen_proto_text_functions_lib_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/proto_text/gen_proto_text_functions_lib_test.cc b/tensorflow/tools/proto_text/gen_proto_text_functions_lib_test.cc
index 3fd43e7068..81f85e0009 100644
--- a/tensorflow/tools/proto_text/gen_proto_text_functions_lib_test.cc
+++ b/tensorflow/tools/proto_text/gen_proto_text_functions_lib_test.cc
@@ -18,8 +18,8 @@ limitations under the License.
#include "tensorflow/core/lib/strings/strcat.h"
#include "tensorflow/core/platform/protobuf.h"
#include "tensorflow/core/platform/test.h"
-#include "tensorflow/tools/proto_text/test.pb.h"
#include "tensorflow/tools/proto_text/test.pb_text.h"
+#include "tensorflow/tools/proto_text/test.pb.h"
namespace tensorflow {
namespace test {