git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb396e
)
Remove useless #include.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 21 Dec 2006 11:14:56 +0000
(11:14 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 21 Dec 2006 11:14:56 +0000
(11:14 +0000)
Originally committed as revision 7339 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/file.c
patch
|
blob
|
history
diff --git
a/libavformat/file.c
b/libavformat/file.c
index
19aa39b
..
e291006
100644
(file)
--- 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 */