summaryrefslogtreecommitdiff
path: root/libavformat/file.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-12-21 11:14:56 +0000
committerDiego Biurrun <diego@biurrun.de>2006-12-21 11:14:56 +0000
commit4a49d9b2f890dc2e923863b7554729815750145c (patch)
treeec870a0644bfbc279fc4ec51ddf373c5abf988f8 /libavformat/file.c
parent2cb396eb8b35c7126a03b7e52c815d6a45acf7db (diff)
Remove useless #include.
Originally committed as revision 7339 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/file.c')
-rw-r--r--libavformat/file.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/file.c b/libavformat/file.c
index 19aa39b1f6..e291006021 100644
--- a/libavformat/file.c
+++ b/libavformat/file.c
@@ -22,9 +22,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
-#ifndef __MINGW32__
-#include <sys/ioctl.h>
-#endif /* __MINGW32__ */
/* standard file protocol */