summaryrefslogtreecommitdiff
path: root/libavformat/file.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-06 11:42:46 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-06 11:42:46 +0000
commit3f7ab648e5944ba497f4dc5551e6f80fdd7a1ee8 (patch)
tree15c3b6f2ddf56987eb64963b87c82cf408c9e2e5 /libavformat/file.c
parent9049fa54796ccd7ad9a04742617d885fb8926af4 (diff)
file_protocol: remove redundant #include sys/time.h
Originally committed as revision 24070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/file.c')
-rw-r--r--libavformat/file.c1
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"