file_protocol: remove redundant #include sys/time.h

Originally committed as revision 24070 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-07-06 11:42:46 +00:00
parent 9049fa5479
commit 3f7ab648e5

View File

@ -27,7 +27,6 @@
#endif
#include <unistd.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <stdlib.h>
#include "os_support.h"