diff options
author | Mans Rullgard <mans@mansr.com> | 2012-06-19 22:08:35 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-06-20 11:46:46 +0100 |
commit | 6501dcfb5e3797b66f63de030fabe774b5f4596f (patch) | |
tree | d73ff9b3e80a65d72f156540480449688f5b7486 /libavformat/udp.c | |
parent | 4e5a51481343ef4e08a3779186f466f3458259ff (diff) | |
download | ffmpeg-6501dcfb5e3797b66f63de030fabe774b5f4596f.tar.gz |
Remove unnecessary inclusions of [sys/]time.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/udp.c')
-rw-r--r-- | libavformat/udp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c index 0eaed1bfc8..39db263e12 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -35,7 +35,6 @@ #include "network.h" #include "os_support.h" #include "url.h" -#include <sys/time.h> #ifndef IPV6_ADD_MEMBERSHIP #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP |