aboutsummaryrefslogtreecommitdiffstats
path: root/formats
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 /formats
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 'formats')
-rw-r--r--formats/format_ogg_vorbis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c
index 8134d98ef..f5311bcdb 100644
--- a/formats/format_ogg_vorbis.c
+++ b/formats/format_ogg_vorbis.c
@@ -39,7 +39,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#ifdef _WIN32
#include <io.h>
-#include <fcntl.h>
#endif
#include "asterisk/mod_format.h"