aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/host_or_device_scalar.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-14 09:51:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-14 09:54:32 -0700
commit157c347f832413c29265e467cc733366b4b215a6 (patch)
tree1246bcdc2cd25170899c3f7f8aa56840ad323cb1 /tensorflow/stream_executor/host_or_device_scalar.h
parent6d41d9fb0ca1b3f25d24242ca9e45364828baca8 (diff)
avoid having stream_executor depend on tensorflow/core
PiperOrigin-RevId: 196521381
Diffstat (limited to 'tensorflow/stream_executor/host_or_device_scalar.h')
-rw-r--r--tensorflow/stream_executor/host_or_device_scalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/host_or_device_scalar.h b/tensorflow/stream_executor/host_or_device_scalar.h
index c9e3e14778..1f5d4b9260 100644
--- a/tensorflow/stream_executor/host_or_device_scalar.h
+++ b/tensorflow/stream_executor/host_or_device_scalar.h
@@ -16,8 +16,8 @@ limitations under the License.
#ifndef TENSORFLOW_STREAM_EXECUTOR_HOST_OR_DEVICE_SCALAR_H_
#define TENSORFLOW_STREAM_EXECUTOR_HOST_OR_DEVICE_SCALAR_H_
-#include "tensorflow/core/platform/logging.h"
#include "tensorflow/stream_executor/device_memory.h"
+#include "tensorflow/stream_executor/platform/logging.h"
namespace stream_executor {