[SE] Remove unused tensorflow::io::Dirname import.

PiperOrigin-RevId: 245525171
This commit is contained in:
Justin Lebar 2019-04-26 19:12:15 -07:00 committed by TensorFlower Gardener
parent 4fcf0090a7
commit afd2a1879a

View File

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