From 1300338c6285d394cf26f9c41b5d54bd63b0aaaf Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Mon, 31 May 2010 21:56:13 -0400 Subject: [PATCH] malloc declaration included with stdlib.h -- no need for malloc.h include (this can cause failure on mac) --- kiss_fft.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kiss_fft.h b/kiss_fft.h index 20621d8..64c50f4 100644 --- a/kiss_fft.h +++ b/kiss_fft.h @@ -5,7 +5,6 @@ #include #include #include -#include #ifdef __cplusplus extern "C" {