From 7241a6bb5020a05ed5a3dddca28703b912492d2e Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 11 Sep 2007 09:27:46 +0000 Subject: move unrelated functions declarations out of allformats.h Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mmf.c') diff --git a/libavformat/mmf.c b/libavformat/mmf.c index 7fcbde9e7f..be4c6e3cca 100644 --- a/libavformat/mmf.c +++ b/libavformat/mmf.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" -#include "allformats.h" +#include "raw.h" #include "riff.h" typedef struct { -- cgit v1.2.3