aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'manager.c')
-rw-r--r--manager.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/manager.c b/manager.c
index 103231aff..5b39bdc9e 100644
--- a/manager.c
+++ b/manager.c
@@ -32,6 +32,10 @@
/*! @{
Doxygen group */
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -47,10 +51,6 @@
#include <errno.h>
#include <unistd.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/channel.h"
#include "asterisk/file.h"
#include "asterisk/manager.h"