summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-02-08 00:24:54 +0000
committerRussell Bryant <russell@russellbryant.com>2010-02-08 00:24:54 +0000
commitb0a0ee6bfe1dde6823fc097455ea58b956204c7b (patch)
treed365e5d5fc788dba6c3647e5b2c09b65721d685e /tests
parentc54ab1ae2122ac311f0379463be6ad2baaa8f2bd (diff)
Remove unnecessary include, ast_md5_hash() comes from utils.h.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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)
{