From 3899bbd4ae432175cf0dc8ab1eb4cd52232d4ea6 Mon Sep 17 00:00:00 2001 From: mru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b> Date: Sun, 24 Jun 2007 12:29:12 +0000 Subject: [PATCH] remove duplicate #include git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9413 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavformat/rtpproto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 3708a90fa..f56b63f53 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -25,7 +25,6 @@ #include <stdarg.h> #include "network.h" #include <fcntl.h> -#include "avstring.h" #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024) -- 2.25.4