summaryrefslogtreecommitdiff
path: root/res/res_indications.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_indications.c')
-rw-r--r--res/res_indications.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/res_indications.c b/res/res_indications.c
index f4777e3c9..3e248a1b4 100644
--- a/res/res_indications.c
+++ b/res/res_indications.c
@@ -24,6 +24,10 @@
* Load the country specific dialtones into the asterisk PBX.
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <unistd.h>
#include <string.h>
#include <ctype.h>
@@ -33,10 +37,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/lock.h"
#include "asterisk/file.h"
#include "asterisk/cli.h"