From b5ed673f32e33363d94d8156bda052465b0c9121 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 4 Mar 2008 23:35:24 +0000 Subject: Add necessary #includes to pass 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26163 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mpcommon.h') diff --git a/mpcommon.h b/mpcommon.h index fbffeec386..0fbb612cdb 100644 --- a/mpcommon.h +++ b/mpcommon.h @@ -1,6 +1,10 @@ #ifndef MPLAYER_MPCOMMON_H #define MPLAYER_MPCOMMON_H +#include "subreader.h" +#include "libmpdemux/demuxer.h" +#include "libmpdemux/stheader.h" + extern double sub_last_pts; extern struct ass_track_s *ass_track; extern subtitle *vo_sub_last; -- cgit v1.2.3