From 6b42742b005d3635af2f2ae11d4cf3edb1de812c Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Tue, 17 Dec 2019 12:42:06 -0800 Subject: [PATCH] Remove use of malloc.h This header is deprecated and Linux-specific. The standard include for malloc should be stdlib.h. --- components/stdproc/alosreformat/ALOS_lib/src/cfft1d_fftpack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/stdproc/alosreformat/ALOS_lib/src/cfft1d_fftpack.c b/components/stdproc/alosreformat/ALOS_lib/src/cfft1d_fftpack.c index 773be842..56ddc802 100644 --- a/components/stdproc/alosreformat/ALOS_lib/src/cfft1d_fftpack.c +++ b/components/stdproc/alosreformat/ALOS_lib/src/cfft1d_fftpack.c @@ -1,7 +1,6 @@ #include #include #include -#include /************************************************************************ * cfft1d is a subroutine used to call and initialize perflib Fortran FFT * * routines. *