Simplified includes

This commit is contained in:
Benoit Steiner
2016-11-30 20:21:18 -08:00
parent 7cd33df4ce
commit e633a8371f
3 changed files with 3 additions and 4 deletions

View File

@@ -20,7 +20,6 @@
#ifndef UNSUPPORTED_EIGEN_CXX11_SRC_TENSOR_TENSORSYCL_TUPLE_HPP
#define UNSUPPORTED_EIGEN_CXX11_SRC_TENSOR_TENSORSYCL_TUPLE_HPP
#ifdef EIGEN_USE_SYCL
namespace utility {
namespace tuple {
@@ -233,5 +232,5 @@ Tuple<Args1..., Args2...> append(Tuple<Args1...> t1,Tuple<Args2...> t2) {
}
} // tuple
} // utility
#endif //EIGEN_USE_SYCL
#endif // UNSUPPORTED_EIGEN_CXX11_SRC_TENSOR_TENSORSYCL_TUPLE_HPP