From 965a3ddb1f9cd03f04c631437479460e1a0bdec1 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 30 Jul 2010 12:04:27 +0000 Subject: Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file Originally committed as revision 24596 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpdec_xiph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtpdec_xiph.c') diff --git a/libavformat/rtpdec_xiph.c b/libavformat/rtpdec_xiph.c index 5b75529c5e..4c44c8a370 100644 --- a/libavformat/rtpdec_xiph.c +++ b/libavformat/rtpdec_xiph.c @@ -34,7 +34,7 @@ #include #include "rtpdec.h" -#include "rtpdec_xiph.h" +#include "rtpdec_formats.h" /** * RTP/Xiph specific private data. -- cgit v1.2.3