diff --git a/cblas.h b/cblas.h index 501e7d0d1..6684262e2 100644 --- a/cblas.h +++ b/cblas.h @@ -1,14 +1,14 @@ #ifndef CBLAS_H #define CBLAS_H +#include +#include "common.h" + #ifdef __cplusplus extern "C" { /* Assume C declarations for C++ */ #endif /* __cplusplus */ -#include -#include "common.h" - /*Set the number of threads on runtime.*/ void openblas_set_num_threads(int num_threads); void goto_set_num_threads(int num_threads);