From c60f6715f8f420333912d6be33ed64191dbf8aae Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 12 Oct 2016 21:49:59 +0200 Subject: Removed a spurious #ifdef --- src/utilities.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/utilities.hpp b/src/utilities.hpp index 3074c65a..038a8a96 100644 --- a/src/utilities.hpp +++ b/src/utilities.hpp @@ -25,9 +25,7 @@ #include "clblast_half.h" #include "clpp11.hpp" -#ifdef _MSC_VER - #include "msvc.hpp" -#endif +#include "msvc.hpp" namespace clblast { // ================================================================================================= -- cgit v1.2.3