From 4b4ef55a49571aef8031caed8711653ddd1130d5 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 11 Feb 2006 18:45:03 +0000 Subject: [PATCH] don't try to include non-existing (and unneeded) header file git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9586 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- formats/format_g723.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/formats/format_g723.c b/formats/format_g723.c index 2d17d96ebe..8263b379a8 100644 --- a/formats/format_g723.c +++ b/formats/format_g723.c @@ -45,9 +45,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/sched.h" #include "asterisk/module.h" -#include "../channels/adtranvofr.h" - - #define G723_MAX_SIZE 1024 struct ast_filestream {