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.