aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 01:03:02 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 01:03:02 +0000
commit8cd33321ef8470c56fbd11d83e8f669a1a534afa (patch)
tree87c3244ff31f30110fb0b29e5ea69f7d993230d3 /codecs
parent9a04121e3611d1129b5aa9bbf4f7ea14843d1aac (diff)
remove a number of #include <fcntl.h> which are either
useless or done elsewhere git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89516 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_a_mu.c2
-rw-r--r--codecs/codec_adpcm.c2
-rw-r--r--codecs/codec_alaw.c2
-rw-r--r--codecs/codec_g722.c2
-rw-r--r--codecs/codec_g726.c2
-rw-r--r--codecs/codec_gsm.c2
-rw-r--r--codecs/codec_ilbc.c2
-rw-r--r--codecs/codec_lpc10.c2
-rw-r--r--codecs/codec_speex.c1
-rw-r--r--codecs/codec_ulaw.c2
10 files changed, 0 insertions, 19 deletions
diff --git a/codecs/codec_a_mu.c b/codecs/codec_a_mu.c
index 11541f589..a478dc7af 100644
--- a/codecs/codec_a_mu.c
+++ b/codecs/codec_a_mu.c
@@ -27,8 +27,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
-
#include "asterisk/module.h"
#include "asterisk/translate.h"
#include "asterisk/alaw.h"
diff --git a/codecs/codec_adpcm.c b/codecs/codec_adpcm.c
index b375136b9..83e15c190 100644
--- a/codecs/codec_adpcm.c
+++ b/codecs/codec_adpcm.c
@@ -31,8 +31,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
-
#include "asterisk/lock.h"
#include "asterisk/linkedlists.h"
#include "asterisk/module.h"
diff --git a/codecs/codec_alaw.c b/codecs/codec_alaw.c
index c6934cd89..f1a44d062 100644
--- a/codecs/codec_alaw.c
+++ b/codecs/codec_alaw.c
@@ -27,8 +27,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
-
#include "asterisk/module.h"
#include "asterisk/config.h"
#include "asterisk/translate.h"
diff --git a/codecs/codec_g722.c b/codecs/codec_g722.c
index bd15fee9e..8e77e4c74 100644
--- a/codecs/codec_g722.c
+++ b/codecs/codec_g722.c
@@ -30,8 +30,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
-
#include "asterisk/linkedlists.h"
#include "asterisk/module.h"
#include "asterisk/config.h"
diff --git a/codecs/codec_g726.c b/codecs/codec_g726.c
index e80a859af..5a50d3b4d 100644
--- a/codecs/codec_g726.c
+++ b/codecs/codec_g726.c
@@ -31,8 +31,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
-
#include "asterisk/lock.h"
#include "asterisk/linkedlists.h"
#include "asterisk/module.h"
diff --git a/codecs/codec_gsm.c b/codecs/codec_gsm.c
index 9c3494402..27175cfd9 100644
--- a/codecs/codec_gsm.c
+++ b/codecs/codec_gsm.c
@@ -34,8 +34,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
-
#include "asterisk/translate.h"
#include "asterisk/config.h"
#include "asterisk/module.h"
diff --git a/codecs/codec_ilbc.c b/codecs/codec_ilbc.c
index 5414e4725..bee27938f 100644
--- a/codecs/codec_ilbc.c
+++ b/codecs/codec_ilbc.c
@@ -29,8 +29,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
-
#include "asterisk/translate.h"
#include "asterisk/module.h"
#include "asterisk/utils.h"
diff --git a/codecs/codec_lpc10.c b/codecs/codec_lpc10.c
index 81f763e08..dfede082f 100644
--- a/codecs/codec_lpc10.c
+++ b/codecs/codec_lpc10.c
@@ -31,8 +31,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
-
#include "asterisk/translate.h"
#include "asterisk/config.h"
#include "asterisk/module.h"
diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c
index 7b342e020..46d986860 100644
--- a/codecs/codec_speex.c
+++ b/codecs/codec_speex.c
@@ -38,7 +38,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
#include <speex/speex.h>
/* We require a post 1.1.8 version of Speex to enable preprocessing
diff --git a/codecs/codec_ulaw.c b/codecs/codec_ulaw.c
index b01c48f87..b91213ef5 100644
--- a/codecs/codec_ulaw.c
+++ b/codecs/codec_ulaw.c
@@ -27,8 +27,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <fcntl.h>
-
#include "asterisk/module.h"
#include "asterisk/config.h"
#include "asterisk/translate.h"