aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_env.c')
-rw-r--r--funcs/func_env.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/funcs/func_env.c b/funcs/func_env.c
index d89927775..e7a4510c2 100644
--- a/funcs/func_env.c
+++ b/funcs/func_env.c
@@ -20,16 +20,16 @@
*
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/module.h"
#include "asterisk/channel.h"
#include "asterisk/pbx.h"