aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_g729.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_g729.c')
-rw-r--r--formats/format_g729.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/formats/format_g729.c b/formats/format_g729.c
index 387641e7a..0685d37a2 100644
--- a/formats/format_g729.c
+++ b/formats/format_g729.c
@@ -26,6 +26,10 @@
* \ingroup formats
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
@@ -35,10 +39,6 @@
#include <errno.h>
#include <string.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/lock.h"
#include "asterisk/channel.h"
#include "asterisk/file.h"