diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-06 11:42:46 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-06 11:42:46 +0000 |
commit | 3f7ab648e5944ba497f4dc5551e6f80fdd7a1ee8 (patch) | |
tree | 15c3b6f2ddf56987eb64963b87c82cf408c9e2e5 /libavformat | |
parent | 9049fa54796ccd7ad9a04742617d885fb8926af4 (diff) | |
download | ffmpeg-3f7ab648e5944ba497f4dc5551e6f80fdd7a1ee8.tar.gz |
file_protocol: remove redundant #include sys/time.h
Originally committed as revision 24070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/file.c b/libavformat/file.c index d6ba1fa362..1bc7cf951a 100644 --- 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" |