summaryrefslogtreecommitdiff
path: root/translate.c
diff options
context:
space:
mode:
Diffstat (limited to 'translate.c')
-rw-r--r--translate.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/translate.c b/translate.c
index 7c28e0fb7..6bb313871 100644
--- a/translate.c
+++ b/translate.c
@@ -23,6 +23,11 @@
* \author Mark Spencer <markster@digium.com>
*/
+#define MOD_LOADER /* not really a module */
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
@@ -31,11 +36,6 @@
#include <string.h>
#include <stdio.h>
-#define MOD_LOADER /* not really a module */
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/lock.h"
#include "asterisk/channel.h"
#include "asterisk/logger.h"