From 157c347f832413c29265e467cc733366b4b215a6 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" <gardener@tensorflow.org> Date: Mon, 14 May 2018 09:51:52 -0700 Subject: [PATCH] avoid having stream_executor depend on tensorflow/core PiperOrigin-RevId: 196521381 --- tensorflow/stream_executor/host_or_device_scalar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/stream_executor/host_or_device_scalar.h b/tensorflow/stream_executor/host_or_device_scalar.h index c9e3e147783..1f5d4b9260c 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 {