aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_h263.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_h263.c')
-rw-r--r--formats/format_h263.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/formats/format_h263.c b/formats/format_h263.c
index 16b090c64..527bb70e0 100644
--- a/formats/format_h263.c
+++ b/formats/format_h263.c
@@ -23,6 +23,10 @@
* \ingroup formats
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
@@ -32,10 +36,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"