aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_gsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/codec_gsm.c')
-rw-r--r--codecs/codec_gsm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/codecs/codec_gsm.c b/codecs/codec_gsm.c
index fc13debbc..c7b0b100c 100644
--- a/codecs/codec_gsm.c
+++ b/codecs/codec_gsm.c
@@ -30,6 +30,10 @@
<depend>libgsm</depend>
***/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
@@ -37,10 +41,6 @@
#include <string.h>
#include <stdio.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/lock.h"
#include "asterisk/translate.h"
#include "asterisk/config.h"