projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9049fa5
)
file_protocol: remove redundant #include sys/time.h
author
Måns Rullgård
<mans@mansr.com>
Tue, 6 Jul 2010 11:42:46 +0000
(11:42 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 6 Jul 2010 11:42:46 +0000
(11:42 +0000)
Originally committed as revision 24070 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/file.c
patch
|
blob
|
history
diff --git
a/libavformat/file.c
b/libavformat/file.c
index
d6ba1fa
..
1bc7cf9
100644
(file)
--- a/
libavformat/file.c
+++ b/
libavformat/file.c
@@
-27,7
+27,6
@@
#endif
#include <unistd.h>
#include <sys/stat.h>
-#include <sys/time.h>
#include <stdlib.h>
#include "os_support.h"