From 499262c2b3573c673e9dc94274eb9daec8b14e87 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 17 Oct 2011 15:08:21 +0000 Subject: [PATCH] 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 --- pbx/pbx_realtime.c | 1 - 1 file changed, 1 deletion(-) 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"