From a2d414f56876c5fa4fbaebfc90c212e9d1830148 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 19 Oct 2011 16:29:43 +0200 Subject: move the blas.h header to blas/ and remove declaration of function returning a complex --- blas/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blas/common.h') 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 } -- cgit v1.2.3