]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove an unnecessary line
authorRussell Bryant <russell@russellbryant.com>
Tue, 8 Nov 2005 04:57:34 +0000 (04:57 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 8 Nov 2005 04:57:34 +0000 (04:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7027 65c4cc65-6c06-0410-ace0-fbb531ad65f3

ChangeLog

index 7488956558060b8e46e1ffc555a4279a1d220577..782e368916c26c9a4e798c5f37df24f316275068 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,6 @@
 2005-11-07  Russell Bryant  <russell@digium.com>
 
        * apps/app_queue.c: upgrade to new arg/option API and implement priority jumping control (issue #5580)
-       * res/res_indications.c: Add missing include of stdio.h
        * many files: Add missing include of stdio.h, and remove some duplicate and unused header includes
 
        * include/asterisk/app.h: Increment the arg_index in the options structure to fix applicaiton options that have arguments to them