remove some useless includes from codecs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89428 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2007-11-19 19:51:55 +00:00
parent d04697b8d3
commit 7bcf0529c5
11 changed files with 0 additions and 37 deletions

View File

@@ -39,7 +39,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <fcntl.h>
#include <netinet/in.h>
#include <speex/speex.h>
/* We require a post 1.1.8 version of Speex to enable preprocessing
@@ -48,12 +47,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <speex/speex_preprocess.h>
#endif
#include "asterisk/lock.h"
#include "asterisk/translate.h"
#include "asterisk/module.h"
#include "asterisk/config.h"
#include "asterisk/options.h"
#include "asterisk/channel.h"
#include "asterisk/utils.h"
/* Sample frame data */