diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-12-21 11:14:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-12-21 11:14:56 +0000 |
commit | 4a49d9b2f890dc2e923863b7554729815750145c (patch) | |
tree | ec870a0644bfbc279fc4ec51ddf373c5abf988f8 /libavformat/file.c | |
parent | 2cb396eb8b35c7126a03b7e52c815d6a45acf7db (diff) | |
download | ffmpeg-4a49d9b2f890dc2e923863b7554729815750145c.tar.gz |
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.c | 3 |
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 */ |