aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_md5.c')
-rw-r--r--funcs/func_md5.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/funcs/func_md5.c b/funcs/func_md5.c
index e05e0141d..d2b2ee294 100644
--- a/funcs/func_md5.c
+++ b/funcs/func_md5.c
@@ -24,14 +24,14 @@
* \author Russell Bryant <russelb@clemson.edu>
*/
-#include <stdlib.h>
-#include <string.h>
-#include <sys/types.h>
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+#include <stdlib.h>
+#include <string.h>
+#include <sys/types.h>
+
#include "asterisk/module.h"
#include "asterisk/channel.h"
#include "asterisk/pbx.h"