From 6501dcfb5e3797b66f63de030fabe774b5f4596f Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 19 Jun 2012 22:08:35 +0100 Subject: Remove unnecessary inclusions of [sys/]time.h Signed-off-by: Mans Rullgard --- libavformat/tcp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/tcp.c') diff --git a/libavformat/tcp.c b/libavformat/tcp.c index f1bad847d0..e77e4c5231 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -28,7 +28,6 @@ #if HAVE_POLL_H #include #endif -#include typedef struct TCPContext { int fd; -- cgit v1.2.3