[svn-commits] trunk r9586 - /trunk/formats/format_g723.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sat Feb 11 11:45:04 MST 2006
Author: kpfleming
Date: Sat Feb 11 12:45:03 2006
New Revision: 9586
URL: http://svn.digium.com/view/asterisk?rev=9586&view=rev
Log:
don't try to include non-existing (and unneeded) header file
Modified:
trunk/formats/format_g723.c
Modified: trunk/formats/format_g723.c
URL: http://svn.digium.com/view/asterisk/trunk/formats/format_g723.c?rev=9586&r1=9585&r2=9586&view=diff
==============================================================================
--- trunk/formats/format_g723.c (original)
+++ trunk/formats/format_g723.c Sat Feb 11 12:45:03 2006
@@ -44,9 +44,6 @@
#include "asterisk/logger.h"
#include "asterisk/sched.h"
#include "asterisk/module.h"
-
-#include "../channels/adtranvofr.h"
-
#define G723_MAX_SIZE 1024
More information about the svn-commits
mailing list