remove an include that we never test within autocmake

This commit is contained in:
Radovan Bast 2015-09-17 00:41:42 +02:00
parent 4a74b1b129
commit b92b9ae23c

View File

@ -1,14 +1,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
/* cblas */
#if defined HAVE_MKL_BLAS
#include "mkl_cblas.h"
#pragma message "Using Intel MKL <mkl_cblas.h> interface"
#else
#include "cblas.h" #include "cblas.h"
#pragma message "Using GNU <cblas.h> interface"
#endif
int main() int main()
{ {