aboutsummaryrefslogtreecommitdiffstats
path: root/translate.c
diff options
context:
space:
mode:
Diffstat (limited to 'translate.c')
-rwxr-xr-xtranslate.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/translate.c b/translate.c
index 97ece832a..492ebb8e1 100755
--- a/translate.c
+++ b/translate.c
@@ -11,6 +11,13 @@
* the GNU General Public License
*/
+#include <sys/socket.h>
+#include <sys/time.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+
#include "asterisk/lock.h"
#include "asterisk/channel.h"
#include "asterisk/logger.h"
@@ -20,12 +27,6 @@
#include "asterisk/sched.h"
#include "asterisk/cli.h"
#include "asterisk/term.h"
-#include <sys/socket.h>
-#include <sys/time.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
#define MAX_RECALC 200 /* max sample recalc */