dect
/
asterisk
Archived
13
0
Fork 0

remove extraneous header

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7185 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-11-21 19:33:33 +00:00
parent 858df9dd87
commit f58f39b864
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-11-21 Kevin P. Fleming <kpfleming@digium.com>
* 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

View File

@ -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 */