aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 00:24:54 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 00:24:54 +0000
commite043787cc5344fd93f03573529c396779ea9ccae (patch)
treed365e5d5fc788dba6c3647e5b2c09b65721d685e /tests
parentb0638ee1486c7e1c869c7f43a58c65e64df42b65 (diff)
Remove unnecessary include, ast_md5_hash() comes from utils.h.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@245344 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_md5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_md5.c b/tests/test_md5.c
index 855f33eba..f8b884913 100644
--- a/tests/test_md5.c
+++ b/tests/test_md5.c
@@ -36,7 +36,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/utils.h"
#include "asterisk/module.h"
#include "asterisk/test.h"
-#include "asterisk/md5.h"
AST_TEST_DEFINE(md5_test)
{