removed malloc.h for FreeBSD compat
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 5 Aug 2012 21:43:24 +0000 (21:43 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 5 Aug 2012 21:43:24 +0000 (21:43 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@601 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/kiss_fft.h

index 20621d8b39eb68b510a283a462cd5ddb9593555b..64c50f4aae5900b7aba196803d8bdbced8e0685e 100644 (file)
@@ -5,7 +5,6 @@
 #include <stdio.h>
 #include <math.h>
 #include <string.h>
-#include <malloc.h>
 
 #ifdef __cplusplus
 extern "C" {