aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'app.c')
-rw-r--r--app.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/app.c b/app.c
index e05d9d471..13b402e3f 100644
--- a/app.c
+++ b/app.c
@@ -23,6 +23,10 @@
* \author Mark Spencer <markster@digium.com>
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -35,10 +39,6 @@
#include <sys/stat.h>
#include <regex.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#include "asterisk/file.h"