Skip to content
Snippets Groups Projects
Commit 1cfc858e authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

remove extraneous header

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7185 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e9cde1fb
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment