From 3f60d2d32793726927d1224b95f5fbbe53082d9f Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Wed, 13 Jan 2010 18:18:21 +0000 Subject: [PATCH] Remove the inclusion of unneeded headers Originally committed as revision 21193 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpenc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c index 3e913ce..640306a 100644 --- a/libavformat/rtpenc.c +++ b/libavformat/rtpenc.c @@ -19,12 +19,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/get_bits.h" #include "avformat.h" #include "mpegts.h" #include -#include "network.h" #include "rtpenc.h" -- 2.7.4