Delete unused header include.

PiperOrigin-RevId: 257167499
This commit is contained in:
Adrian Kuegel 2019-07-09 04:48:52 -07:00 committed by TensorFlower Gardener
parent 7ad65ad902
commit 5bb817c1e4
2 changed files with 0 additions and 2 deletions

View File

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

View File

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