summaryrefslogtreecommitdiff
path: root/test/routines/level2/xsbmv.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-02 15:21:19 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-02 15:21:19 +0200
commita9c25e9fd26d3b40a89a34e9d6f2da2f547adcd0 (patch)
treedfc462968b592d85ea621d84c10ceefbf90248ad /test/routines/level2/xsbmv.hpp
parentea0aeadc34cdc3e352aea537d5265dd447afa1f6 (diff)
Factored out inclusion of clBLAS and CBLAS from the test-routine files
Diffstat (limited to 'test/routines/level2/xsbmv.hpp')
-rw-r--r--test/routines/level2/xsbmv.hpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/routines/level2/xsbmv.hpp b/test/routines/level2/xsbmv.hpp
index 5c70aba5..94e60dd2 100644
--- a/test/routines/level2/xsbmv.hpp
+++ b/test/routines/level2/xsbmv.hpp
@@ -16,15 +16,7 @@
#ifndef CLBLAST_TEST_ROUTINES_XSBMV_H_
#define CLBLAST_TEST_ROUTINES_XSBMV_H_
-#include <vector>
-#include <string>
-
-#ifdef CLBLAST_REF_CLBLAS
- #include "test/wrapper_clblas.hpp"
-#endif
-#ifdef CLBLAST_REF_CBLAS
- #include "test/wrapper_cblas.hpp"
-#endif
+#include "test/routines/common.hpp"
namespace clblast {
// =================================================================================================