aboutsummaryrefslogtreecommitdiffstats
path: root/dsp.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-22 13:11:34 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-22 13:11:34 +0000
commitd6e1341f9b437b0ab1d7f4709459f0a2879b3634 (patch)
tree3bd282f1746371aca6b96c133d25f5e6f5e9df36 /dsp.c
parent77ac34c066f3d0e70a59814a9bc88fc5243846e3 (diff)
phase 1 of header include cleanup (bug #4067)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5498 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dsp.c')
-rwxr-xr-xdsp.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/dsp.c b/dsp.c
index 0395865ba..33917e5d0 100755
--- a/dsp.c
+++ b/dsp.c
@@ -29,12 +29,6 @@
*/
#include <sys/types.h>
-#include "asterisk/frame.h"
-#include "asterisk/channel.h"
-#include "asterisk/logger.h"
-#include "asterisk/dsp.h"
-#include "asterisk/ulaw.h"
-#include "asterisk/alaw.h"
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
@@ -42,6 +36,13 @@
#include <errno.h>
#include <stdio.h>
+#include "asterisk/frame.h"
+#include "asterisk/channel.h"
+#include "asterisk/logger.h"
+#include "asterisk/dsp.h"
+#include "asterisk/ulaw.h"
+#include "asterisk/alaw.h"
+
/* Number of goertzels for progress detect */
#define GSAMP_SIZE_NA 183 /* North America - 350, 440, 480, 620, 950, 1400, 1800 Hz */
#define GSAMP_SIZE_CR 188 /* Costa Rica, Brazil - Only care about 425 Hz */