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