aviheader.h: avoid including demuxer.h
commitb2e213d88976f166b115fc6de6e3c4105d128576
authorUoti Urpala <uau@mplayer2.org>
Fri, 19 Aug 2011 02:17:02 +0000 (19 05:17 +0300)
committerUoti Urpala <uau@mplayer2.org>
Fri, 19 Aug 2011 18:37:16 +0000 (19 21:37 +0300)
treef320ca30c5dfedf0a98fca1e3b55cd1566c8995a
parent6e8d420a419329d95ac35d520c7a26588f7a51cc
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).
libmpdemux/aviheader.h
sub/av_sub.c
sub/sd_ass.c