aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-10-19 16:29:43 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-10-19 16:29:43 +0200
commita2d414f56876c5fa4fbaebfc90c212e9d1830148 (patch)
tree0efb163246d410fec19034ca37ec8c09737fedd0 /blas/common.h
parentde69129f560c180b56992e2927645088fac8d062 (diff)
move the blas.h header to blas/ and remove declaration of function returning a complex
Diffstat (limited to 'blas/common.h')
-rw-r--r--blas/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blas/common.h b/blas/common.h
index f9690503b..a63a5d286 100644
--- a/blas/common.h
+++ b/blas/common.h
@@ -37,7 +37,7 @@ extern "C"
{
#endif
-#include "../bench/btl/libs/BLAS/blas.h"
+#include "blas.h"
#ifdef __cplusplus
}