From 5bb817c1e4341a11d60be1888f0aadf7e0fc47ef Mon Sep 17 00:00:00 2001 From: Adrian Kuegel Date: Tue, 9 Jul 2019 04:48:52 -0700 Subject: [PATCH] Delete unused header include. PiperOrigin-RevId: 257167499 --- tensorflow/compiler/xla/service/BUILD | 1 - tensorflow/compiler/xla/service/hlo_parser.h | 1 - 2 files changed, 2 deletions(-) diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD index 6457a49e0e8..2f74a1378cb 100644 --- a/tensorflow/compiler/xla/service/BUILD +++ b/tensorflow/compiler/xla/service/BUILD @@ -3946,7 +3946,6 @@ cc_library( "//tensorflow/core:lib", "//tensorflow/core:lib_internal", "@com_google_absl//absl/algorithm:container", - "@com_google_absl//absl/base:core_headers", "@com_google_absl//absl/memory", "@com_google_absl//absl/strings", "@com_google_absl//absl/strings:str_format", diff --git a/tensorflow/compiler/xla/service/hlo_parser.h b/tensorflow/compiler/xla/service/hlo_parser.h index d9343e71189..e4214c1e6b5 100644 --- a/tensorflow/compiler/xla/service/hlo_parser.h +++ b/tensorflow/compiler/xla/service/hlo_parser.h @@ -16,7 +16,6 @@ limitations under the License. #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_HLO_PARSER_H_ #define TENSORFLOW_COMPILER_XLA_SERVICE_HLO_PARSER_H_ -#include "absl/base/macros.h" #include "absl/memory/memory.h" #include "absl/strings/string_view.h" #include "tensorflow/compiler/xla/service/hlo_computation.h"