aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 11:27:54 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 11:40:55 -0800
commitb2f0bc2e230dcd690e7cf34e5425f0f499d9557b (patch)
tree4e51f435494e48e777cef8c55941c47cca3cba00 /tensorflow/stream_executor/lib
parent31849e0a44a1c9c99c4524a65c9ee90e80c41499 (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113078322
Diffstat (limited to 'tensorflow/stream_executor/lib')
-rw-r--r--tensorflow/stream_executor/lib/env.h2
-rw-r--r--tensorflow/stream_executor/lib/status.h2
-rw-r--r--tensorflow/stream_executor/lib/thread_options.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/stream_executor/lib/env.h b/tensorflow/stream_executor/lib/env.h
index e00fdf5491..5b99a94976 100644
--- a/tensorflow/stream_executor/lib/env.h
+++ b/tensorflow/stream_executor/lib/env.h
@@ -16,7 +16,7 @@ limitations under the License.
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_ENV_H_
#define TENSORFLOW_STREAM_EXECUTOR_LIB_ENV_H_
-#include "tensorflow/core/public/env.h"
+#include "tensorflow/core/platform/env.h"
#include "tensorflow/stream_executor/lib/stringpiece.h"
#include "tensorflow/stream_executor/platform/port.h"
diff --git a/tensorflow/stream_executor/lib/status.h b/tensorflow/stream_executor/lib/status.h
index af67769253..dbd3154c68 100644
--- a/tensorflow/stream_executor/lib/status.h
+++ b/tensorflow/stream_executor/lib/status.h
@@ -18,7 +18,7 @@ limitations under the License.
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_STATUS_H_
#define TENSORFLOW_STREAM_EXECUTOR_LIB_STATUS_H_
-#include "tensorflow/core/public/status.h"
+#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/stream_executor/lib/error.h" // IWYU pragma: export
#include "tensorflow/stream_executor/platform/logging.h"
diff --git a/tensorflow/stream_executor/lib/thread_options.h b/tensorflow/stream_executor/lib/thread_options.h
index 8f7820d408..3ad6e96d3c 100644
--- a/tensorflow/stream_executor/lib/thread_options.h
+++ b/tensorflow/stream_executor/lib/thread_options.h
@@ -16,7 +16,7 @@ limitations under the License.
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_THREAD_OPTIONS_H_
#define TENSORFLOW_STREAM_EXECUTOR_LIB_THREAD_OPTIONS_H_
-#include "tensorflow/core/public/env.h"
+#include "tensorflow/core/platform/env.h"
namespace perftools {
namespace gputools {