mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	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:
		| @@ -28,12 +28,9 @@ | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/alaw.h" | ||||
| #include "asterisk/ulaw.h" | ||||
| #include "asterisk/utils.h" | ||||
|   | ||||
| @@ -32,15 +32,12 @@ | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/linkedlists.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/config.h" | ||||
| #include "asterisk/options.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/utils.h" | ||||
|  | ||||
| /* define NOT_BLI to use a faster but not bit-level identical version */ | ||||
|   | ||||
| @@ -28,14 +28,10 @@ | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/config.h" | ||||
| #include "asterisk/options.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/alaw.h" | ||||
| #include "asterisk/utils.h" | ||||
|  | ||||
|   | ||||
| @@ -31,15 +31,11 @@ | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/linkedlists.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/config.h" | ||||
| #include "asterisk/options.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/utils.h" | ||||
|  | ||||
| #define BUFFER_SAMPLES   8096	/* size for the translation buffers */ | ||||
|   | ||||
| @@ -32,15 +32,12 @@ | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/linkedlists.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/config.h" | ||||
| #include "asterisk/options.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/utils.h" | ||||
|  | ||||
| #define WANT_ASM | ||||
|   | ||||
| @@ -35,14 +35,10 @@ | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/config.h" | ||||
| #include "asterisk/options.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/utils.h" | ||||
|  | ||||
| #ifdef HAVE_GSM_HEADER | ||||
|   | ||||
| @@ -30,12 +30,9 @@ | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/utils.h" | ||||
|  | ||||
| #include "ilbc/iLBC_encode.h" | ||||
|   | ||||
| @@ -32,14 +32,10 @@ | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/config.h" | ||||
| #include "asterisk/options.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/utils.h" | ||||
|  | ||||
| #include "lpc10/lpc10.h" | ||||
|   | ||||
| @@ -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 */ | ||||
|   | ||||
| @@ -28,14 +28,10 @@ | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/config.h" | ||||
| #include "asterisk/options.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/ulaw.h" | ||||
| #include "asterisk/utils.h" | ||||
|  | ||||
|   | ||||
| @@ -44,7 +44,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/config.h" | ||||
| #include "asterisk/options.h" | ||||
| #include "asterisk/module.h" | ||||
| #include "asterisk/cli.h" | ||||
| #include "asterisk/channel.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user