Remove explicit include of complex.h
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 29 Sep 2016 21:40:36 +0000 (23:40 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2016 21:40:36 +0000 (23:40 +0200)
kernel/mips/zdot.c

index da9ec70..f728d5e 100644 (file)
@@ -28,7 +28,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "common.h"
 
 #ifndef _MSC_VER
-#include <complex.h>
 FLOAT _Complex CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x, FLOAT *y, BLASLONG inc_y)
 #else
 OPENBLAS_COMPLEX_FLOAT CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x, FLOAT *y, BLASLONG inc_y)