aboutsummaryrefslogtreecommitdiffstats
path: root/comms/spandsp/files/patch-src::awgn.c
blob: 44c145988a29bbd68b74c60416c197e0ea0137a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/awgn.c.orig Sun Nov 19 09:07:24 2006
+++ src/awgn.c  Fri Jul 20 11:59:50 2007
@@ -48,12 +48,8 @@
 
 #include <stdlib.h>
 #include <inttypes.h>
-#if defined(HAVE_TGMATH_H)
 #include <tgmath.h>
-#endif
-#if defined(HAVE_MATH_H)
 #include <math.h>
-#endif
 
 #include "spandsp/telephony.h"
 #include "spandsp/dc_restore.h"