aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2f.c
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr2f.c')
-rw-r--r--ast_expr2f.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ast_expr2f.c b/ast_expr2f.c
index 3e8a8537e..77731ae4c 100644
--- a/ast_expr2f.c
+++ b/ast_expr2f.c
@@ -1354,6 +1354,10 @@ static yyconst yy_state_type yy_NUL_trans[54] =
* \brief Dialplan Expression Lexical Scanner
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
@@ -1369,10 +1373,6 @@ static yyconst yy_state_type yy_NUL_trans[54] =
#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"