aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_ael.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_ael.c')
-rw-r--r--pbx/pbx_ael.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 960e2b498..31c081fe8 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -22,6 +22,10 @@
*
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
@@ -31,10 +35,6 @@
#include <regex.h>
#include <sys/stat.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/pbx.h"
#include "asterisk/config.h"
#include "asterisk/module.h"