aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 19:33:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 19:33:33 +0000
commitf58f39b8645dcc65c117527814626307583498ae (patch)
tree8565b0e9fe30085f7a351e11be8e15f78367198c
parent858df9dd8759e24caf3e271c86255a75fd0e2273 (diff)
remove extraneous header
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7185 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xChangeLog2
-rwxr-xr-xapps/app_cut.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e709e0ef..cb5c5c9b8 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/apps/app_cut.c b/apps/app_cut.c
index 4eb6e552e..87654fd24 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 */