From b2e213d88976f166b115fc6de6e3c4105d128576 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Fri, 19 Aug 2011 05:17:02 +0300 Subject: aviheader.h: avoid including demuxer.h Remove unnecessary demuxer.h include from aviheader.h. Through stheader.h aviheader.h is included in a lot of files. Add missing mp_msg.h includes to av_sub.c and sd_ass.c (previously hidden by indirect inclusion through demuxer.h and stream.h). --- sub/sd_ass.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sub/sd_ass.c') diff --git a/sub/sd_ass.c b/sub/sd_ass.c index d7556ca203..e386cb50d9 100644 --- a/sub/sd_ass.c +++ b/sub/sd_ass.c @@ -24,6 +24,7 @@ #include "talloc.h" #include "mpcommon.h" +#include "mp_msg.h" #include "libmpdemux/stheader.h" #include "sub.h" #include "ass_mp.h" -- cgit v1.2.3