aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'blas/common.h')
-rw-r--r--blas/common.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/blas/common.h b/blas/common.h
index 714bce574..ada833a90 100644
--- a/blas/common.h
+++ b/blas/common.h
@@ -32,16 +32,8 @@
#error the token SCALAR must be defined to compile this file
#endif
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-#include "blas.h"
+#include <Eigen/src/misc/blas.h>
-#ifdef __cplusplus
-}
-#endif
#define NOTR 0
#define TR 1