aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/platform
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/platform
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/platform')
-rw-r--r--tensorflow/stream_executor/platform/mutex.h2
-rw-r--r--tensorflow/stream_executor/platform/port.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/stream_executor/platform/mutex.h b/tensorflow/stream_executor/platform/mutex.h
index f6d0219c20..717e896e25 100644
--- a/tensorflow/stream_executor/platform/mutex.h
+++ b/tensorflow/stream_executor/platform/mutex.h
@@ -17,7 +17,7 @@ limitations under the License.
#define TENSORFLOW_STREAM_EXECUTOR_PLATFORM_MUTEX_H_
#include "tensorflow/core/platform/mutex.h"
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
#if defined(PLATFORM_GOOGLE)
#include "tensorflow/stream_executor/platform/google/mutex.h"
diff --git a/tensorflow/stream_executor/platform/port.h b/tensorflow/stream_executor/platform/port.h
index aafd0609f2..d0e233e86f 100644
--- a/tensorflow/stream_executor/platform/port.h
+++ b/tensorflow/stream_executor/platform/port.h
@@ -20,7 +20,7 @@ limitations under the License.
#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/mutex.h"
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
namespace perftools {
namespace gputools {