summaryrefslogtreecommitdiff
path: root/src/routines
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-09 19:41:40 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-09 19:41:40 +0200
commit44246053a595af533308fcd2761664212f28aaaf (patch)
tree8425f99ed0fb756ded77837fb65f78d0b9921953 /src/routines
parente8f1de0265900db42b8dd097245a765ce7f699b5 (diff)
Removed include of clpp11.hpp in places other than utilities.hpp
Diffstat (limited to 'src/routines')
-rw-r--r--src/routines/common.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/routines/common.hpp b/src/routines/common.hpp
index 84ccd9d2..bf3b1762 100644
--- a/src/routines/common.hpp
+++ b/src/routines/common.hpp
@@ -19,8 +19,7 @@
#include <string>
#include <vector>
-#include "clpp11.hpp"
-#include "clblast.h"
+#include "utilities/utilities.hpp"
#include "database/database.hpp"
namespace clblast {