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/rtpproto.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/rtpproto.c') diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 881a188161..e70b89ec9e 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -39,7 +39,6 @@ #if HAVE_POLL_H #include #endif -#include #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024) -- cgit v1.2.3