aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_md5.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 02:30:58 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 02:30:58 +0000
commit15e517d2ae308974f49c8a2e43a6bc5740b881bb (patch)
tree91c7bf3cc85f5a851cf6a6e36a985a4183f46220 /funcs/func_md5.c
parent737b408d528b37c19b1af7f008cb2d05db94ecfd (diff)
remove some useless includes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89521 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_md5.c')
-rw-r--r--funcs/func_md5.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/funcs/func_md5.c b/funcs/func_md5.c
index 8d4cf7e87..b376e8ae3 100644
--- a/funcs/func_md5.c
+++ b/funcs/func_md5.c
@@ -31,10 +31,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
-#include "asterisk/channel.h"
#include "asterisk/pbx.h"
-#include "asterisk/utils.h"
-#include "asterisk/app.h"
static int md5(struct ast_channel *chan, const char *cmd, char *data,
char *buf, size_t len)