aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.y
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr2.y')
-rw-r--r--ast_expr2.y8
1 files changed, 4 insertions, 4 deletions
diff --git a/ast_expr2.y b/ast_expr2.y
index 6886cf7c4..61a3142ef 100644
--- a/ast_expr2.y
+++ b/ast_expr2.y
@@ -12,6 +12,10 @@
* $FreeBSD: src/bin/expr/expr.y,v 1.16 2000/07/22 10:59:36 se Exp $
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
@@ -28,10 +32,6 @@
#include <regex.h>
#include <limits.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/ast_expr.h"
#include "asterisk/logger.h"