summaryrefslogtreecommitdiff
path: root/ast_expr2.fl
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr2.fl')
-rw-r--r--ast_expr2.fl8
1 files changed, 4 insertions, 4 deletions
diff --git a/ast_expr2.fl b/ast_expr2.fl
index c9a00b32a..480350283 100644
--- a/ast_expr2.fl
+++ b/ast_expr2.fl
@@ -22,6 +22,10 @@
* \brief Dialplan Expression Lexical Scanner
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
@@ -37,10 +41,6 @@
#include <regex.h>
#include <limits.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/ast_expr.h"
#include "asterisk/logger.h"
#include "asterisk/strings.h"