[asterisk-commits] coreyfarrell: trunk r418788 - in /trunk: ./ channels/dahdi/bridge_native_dahdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 16 18:08:22 CDT 2014
Author: coreyfarrell
Date: Wed Jul 16 18:08:19 2014
New Revision: 418788
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=418788
Log:
Remove include of astobj.h from channels/dahdi/bridge_native_dahdi.c.
The include was unneeded, this is split off from r3758 as it applies to 12.
........
Merged revisions 418787 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/channels/dahdi/bridge_native_dahdi.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: trunk/channels/dahdi/bridge_native_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/dahdi/bridge_native_dahdi.c?view=diff&rev=418788&r1=418787&r2=418788
==============================================================================
--- trunk/channels/dahdi/bridge_native_dahdi.c (original)
+++ trunk/channels/dahdi/bridge_native_dahdi.c Wed Jul 16 18:08:19 2014
@@ -40,7 +40,6 @@
#endif /* defined(HAVE_PRI) */
#include "../chan_dahdi.h"
-#include "asterisk/astobj.h"
#include "bridge_native_dahdi.h"
#include "asterisk/bridge.h"
#include "asterisk/bridge_technology.h"
More information about the asterisk-commits
mailing list