aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/stream_executor_no_cuda.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/stream_executor_no_cuda.h')
-rw-r--r--tensorflow/core/platform/stream_executor_no_cuda.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/core/platform/stream_executor_no_cuda.h b/tensorflow/core/platform/stream_executor_no_cuda.h
index 4a41d7adf5..50a5e732c0 100644
--- a/tensorflow/core/platform/stream_executor_no_cuda.h
+++ b/tensorflow/core/platform/stream_executor_no_cuda.h
@@ -19,10 +19,8 @@ limitations under the License.
#include "tensorflow/core/platform/platform.h"
#if defined(PLATFORM_GOOGLE)
-#include "tensorflow/core/platform/google/from_stream_executor_status.h"
#include "tensorflow/stream_executor/platform/google/dso_loader.h"
#else
-#include "tensorflow/core/platform/default/from_stream_executor_status.h"
#include "tensorflow/stream_executor/dso_loader.h"
#endif
#include "tensorflow/stream_executor/cuda/cuda_platform_id.h"