Remove use of malloc.h

This header is deprecated and Linux-specific.
The standard include for malloc should be stdlib.h.
LT1AB
Ryan Burns 2019-12-17 12:42:06 -08:00
parent db8930151f
commit 6b42742b00
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <complex.h>
#include <malloc.h>
/************************************************************************
* cfft1d is a subroutine used to call and initialize perflib Fortran FFT *
* routines. *