From afd2a1879a4a14414ef4f7e4182f83bb77da0666 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Fri, 26 Apr 2019 19:12:15 -0700 Subject: [PATCH] [SE] Remove unused tensorflow::io::Dirname import. PiperOrigin-RevId: 245525171 --- tensorflow/stream_executor/lib/path.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/tensorflow/stream_executor/lib/path.h b/tensorflow/stream_executor/lib/path.h index 76a623cc033..902331b4273 100644 --- a/tensorflow/stream_executor/lib/path.h +++ b/tensorflow/stream_executor/lib/path.h @@ -17,14 +17,11 @@ limitations under the License. #define TENSORFLOW_STREAM_EXECUTOR_LIB_PATH_H_ #include "absl/strings/string_view.h" -#include "tensorflow/core/lib/io/path.h" #include "tensorflow/stream_executor/platform/port.h" namespace stream_executor { namespace port { -using tensorflow::io::Dirname; - namespace internal { // TODO(rspringer): Move to cc/implementation file. // Not part of the public API.