From: Tzafrir Cohen Date: Mon, 17 Oct 2011 15:08:21 +0000 (+0000) Subject: Remove an unused include of md5.h X-Git-Tag: 1.8.9.0-rc1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=499262c2b3573c673e9dc94274eb9daec8b14e87;p=thirdparty%2Fasterisk.git Remove an unused include of md5.h Unused include of asterisk/md5.h in pbx_realtime.c . A commit needed to test the commit message. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@341074 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c index 51254a8715..e952f8f2f1 100644 --- a/pbx/pbx_realtime.c +++ b/pbx/pbx_realtime.c @@ -44,7 +44,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/manager.h" #include "asterisk/cli.h" #include "asterisk/lock.h" -#include "asterisk/md5.h" #include "asterisk/linkedlists.h" #include "asterisk/chanvars.h" #include "asterisk/sched.h"