projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54ab1a
)
Remove unnecessary include, ast_md5_hash() comes from utils.h.
author
Russell Bryant
<russell@russellbryant.com>
Mon, 8 Feb 2010 00:24:54 +0000
(
00:24
+0000)
committer
Russell Bryant
<russell@russellbryant.com>
Mon, 8 Feb 2010 00:24:54 +0000
(
00:24
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245344
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
tests/test_md5.c
patch
|
blob
|
history
diff --git
a/tests/test_md5.c
b/tests/test_md5.c
index
855f33e
..
f8b8849
100644
(file)
--- 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)
{