aboutsummaryrefslogtreecommitdiffstats
path: root/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'http.c')
-rw-r--r--http.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/http.c b/http.c
index 74c429ae0..bdbd9861a 100644
--- a/http.c
+++ b/http.c
@@ -27,6 +27,10 @@
* \ref AstHTTP - AMI over the http protocol
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
@@ -43,10 +47,6 @@
#include <fcntl.h>
#include <pthread.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/cli.h"
#include "asterisk/http.h"
#include "asterisk/utils.h"