aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_rand.c')
-rw-r--r--funcs/func_rand.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/funcs/func_rand.c b/funcs/func_rand.c
index 2c0818b3d..73da134ae 100644
--- a/funcs/func_rand.c
+++ b/funcs/func_rand.c
@@ -23,15 +23,15 @@
* \author Tilghman Lesher ( http://asterisk.drunkcoder.com/ )
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <stdlib.h>
#include <string.h>
#include <stdio.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"