From 3043beffab4cb93f33720ea97a962f16dd9e16df Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Fri, 19 Aug 2011 05:36:27 +0300 Subject: demuxer.h: avoid including stream.h Drop the unnecessary include and add a missing direct include in some files. This also revealed that demux_rtp_internal.h was missing a config.h include, fix that too. --- timeline/tl_edl.c | 1 + timeline/tl_matroska.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'timeline') diff --git a/timeline/tl_edl.c b/timeline/tl_edl.c index 1a54918bcc..8bd5c18f3e 100644 --- a/timeline/tl_edl.c +++ b/timeline/tl_edl.c @@ -29,6 +29,7 @@ #include "path.h" #include "bstr.h" #include "mpcommon.h" +#include "stream/stream.h" struct edl_source { diff --git a/timeline/tl_matroska.c b/timeline/tl_matroska.c index 967ee556ae..d378cf3aa4 100644 --- a/timeline/tl_matroska.c +++ b/timeline/tl_matroska.c @@ -31,6 +31,8 @@ #include "path.h" #include "bstr.h" #include "mpcommon.h" +#include "stream/stream.h" + static char **find_files(const char *original_file, const char *suffix) { -- cgit v1.2.3