From ca3e90825c1c455a84b27a15ae5dd61cdee87b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 24 Jun 2007 12:29:12 +0000 Subject: remove duplicate #include Originally committed as revision 9413 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpproto.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 3708a90..f56b63f 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -25,7 +25,6 @@ #include #include "network.h" #include -#include "avstring.h" #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024) -- cgit v1.1