Reverted unintended changes introduced by a bad merge

This commit is contained in:
Benoit Steiner
2016-02-19 06:20:50 +00:00
parent 1304e1fb5e
commit 7151bd8768
2 changed files with 2 additions and 3 deletions

View File

@@ -330,7 +330,6 @@ using std::ptrdiff_t;
#if defined EIGEN_VECTORIZE_CUDA
#include "src/Core/arch/CUDA/PacketMath.h"
#include "src/Core/arch/CUDA/PacketMathHalf.h"
#include "src/Core/arch/CUDA/MathFunctions.h"
#include "src/Core/arch/CUDA/TypeCasting.h"
#endif