summaryrefslogtreecommitdiff
blob: a6c7003d138a89bc345f57897045815f3044e60b (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur speex-1.1.12/libspeex/kiss_fft.h speex-1.1.12b/libspeex/kiss_fft.h
--- speex-1.1.12/libspeex/kiss_fft.h	2005-12-22 12:14:33 +0100
+++ speex-1.1.12/libspeex/kiss_fft.h	2006-05-07 21:13:46 +0200
@@ -5,7 +5,6 @@
 #include <stdio.h>
 #include <math.h>
 #include <memory.h>
-#include <malloc.h>
 
 #ifdef __cplusplus
 extern "C" {