aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/inlined_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/lib/inlined_vector.h')
-rw-r--r--tensorflow/stream_executor/lib/inlined_vector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/stream_executor/lib/inlined_vector.h b/tensorflow/stream_executor/lib/inlined_vector.h
index 40bdddb180..0198947e5b 100644
--- a/tensorflow/stream_executor/lib/inlined_vector.h
+++ b/tensorflow/stream_executor/lib/inlined_vector.h
@@ -16,12 +16,12 @@ limitations under the License.
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_INLINED_VECTOR_H_
#define TENSORFLOW_STREAM_EXECUTOR_LIB_INLINED_VECTOR_H_
-#include "tensorflow/core/lib/gtl/inlined_vector.h"
+#include "absl/container/inlined_vector.h"
namespace stream_executor {
namespace port {
-using tensorflow::gtl::InlinedVector;
+using absl::InlinedVector;
} // namespace port
} // namespace stream_executor