From a6d875bac8df04844781cc5a50c5063c8d920478 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Sun, 22 Oct 2017 08:12:45 -0700 Subject: Removed unecesasry #include --- unsupported/test/cxx11_tensor_device.cu | 5 ----- 1 file changed, 5 deletions(-) (limited to 'unsupported/test/cxx11_tensor_device.cu') diff --git a/unsupported/test/cxx11_tensor_device.cu b/unsupported/test/cxx11_tensor_device.cu index d5bfeeb39..7c14bc187 100644 --- a/unsupported/test/cxx11_tensor_device.cu +++ b/unsupported/test/cxx11_tensor_device.cu @@ -16,11 +16,6 @@ #include "main.h" #include -// The EIGEN_CUDACC_VER macro is provided by -// unsupported/Eigen/CXX11/Tensor included above -#if defined EIGEN_CUDACC_VER && EIGEN_CUDACC_VER >= 70500 -#include -#endif using Eigen::Tensor; using Eigen::RowMajor; -- cgit v1.2.3