--- bitstream.h.orig 2004-03-21 21:57:35.188383488 +0100 +++ bitstream.h 2004-03-21 21:58:14.344430864 +0100 @@ -1,7 +1,7 @@ #ifndef BITSTREAM_H #define BITSTREAM_H -#include "mpeg3demux.h" +#include #include #endif --- libmpeg3.h.orig 2004-03-21 21:59:34.319272840 +0100 +++ libmpeg3.h 2004-03-21 22:00:00.476296368 +0100 @@ -5,7 +5,7 @@ extern "C" { #endif -#include "mpeg3private.h" +#include /* Supported color models for mpeg3_read_frame */ --- mpeg3css.h.orig 2004-03-21 22:01:18.561425624 +0100 +++ mpeg3css.h 2004-03-21 22:01:35.784807272 +0100 @@ -2,6 +2,6 @@ #define MPEG3CSS_H -#include "mpeg3private.inc" +#include #endif --- mpeg3demux.h.orig 2004-03-21 22:02:59.103140960 +0100 +++ mpeg3demux.h 2004-03-21 22:03:16.675469560 +0100 @@ -1,7 +1,7 @@ #ifndef MPEG3DEMUX_H #define MPEG3DEMUX_H -#include "mpeg3title.h" +#include #include #endif --- mpeg3io.h.orig 2004-03-21 22:04:02.822454152 +0100 +++ mpeg3io.h 2004-03-21 22:04:50.139260904 +0100 @@ -4,7 +4,7 @@ #include #include -#include "mpeg3css.h" -#include "mpeg3private.inc" +#include +#include #endif --- mpeg3title.h.orig 2004-03-21 22:05:51.586919440 +0100 +++ mpeg3title.h 2004-03-21 22:06:24.436925480 +0100 @@ -1,6 +1,6 @@ #ifndef MPEG3TITLE_H #define MPEG3TITLE_H -#include "mpeg3io.h" +#include #endif --- mpeg3vtrack.h.orig 2004-03-21 22:07:10.636902016 +0100 +++ mpeg3vtrack.h 2004-03-21 22:07:33.285458912 +0100 @@ -1,7 +1,7 @@ #ifndef MPEG3_VTRACK_H #define MPEG3_VTRACK_H -#include "mpeg3demux.h" -#include "video/mpeg3video.h" +#include +#include #endif --- video/mpeg3video.h.orig 2004-03-21 22:09:24.980478688 +0100 +++ video/mpeg3video.h 2004-03-21 22:10:19.475194232 +0100 @@ -1,9 +1,9 @@ #ifndef MPEGVIDEO_H #define MPEGVIDEO_H -#include "../bitstream.h" -#include "../mpeg3private.inc" -#include "idct.h" -#include "slice.h" -#include "../timecode.h" +#include +#include +#include +#include +#include #endif --- mpeg3atrack.h.orig 2004-03-21 22:11:02.267688784 +0100 +++ mpeg3atrack.h 2004-03-21 22:11:26.188052336 +0100 @@ -1,7 +1,7 @@ #ifndef MPEG3ATRACK_H #define MPEG3ATRACK_H -#include "mpeg3demux.h" -#include "audio/mpeg3audio.h" +#include +#include #endif