summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-10-12 21:49:59 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-10-12 21:49:59 +0200
commitc60f6715f8f420333912d6be33ed64191dbf8aae (patch)
tree7e39659250f739d16de813501d50e3a6f98cbfe2 /src
parentad2b6ecea27091001191e5d72e7ec723f01a43f5 (diff)
Removed a spurious #ifdef
Diffstat (limited to 'src')
-rw-r--r--src/utilities.hpp4
1 files changed, 1 insertions, 3 deletions
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 {
// =================================================================================================