From: Kevin P. Fleming Date: Mon, 21 Nov 2005 19:33:33 +0000 (+0000) Subject: remove extraneous header X-Git-Tag: 1.4.0-beta1~3265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cfc858e89031bccbf3934167e690071f0ac7b06;p=thirdparty%2Fasterisk.git remove extraneous header git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7185 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/ChangeLog b/ChangeLog index 6e709e0eff..cb5c5c9b87 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-11-21 Kevin P. Fleming + * apps/app_cut.c: remove unnecessary include that causes spurious rebuilding + * channels/chan_sip.c (build_peer): ensure that case changes made to peer names are not ignored during reload operations (build_peer): when a peer is changed from dynamic to static mode, reset the default port number if no other has been specified diff --git a/apps/app_cut.c b/apps/app_cut.c index 4eb6e552e0..87654fd245 100755 --- a/apps/app_cut.c +++ b/apps/app_cut.c @@ -36,7 +36,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/channel.h" #include "asterisk/pbx.h" #include "asterisk/module.h" -#include "asterisk/version.h" #include "asterisk/app.h" /* Maximum length of any variable */