From f99aff1b31a7b23e7761a6da4fc4550d698e06fe Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 Nov 2013 22:08:42 +0100 Subject: Reduce stheader.h includes, move stream types to mp_common.h --- sub/sd_lavc.c | 1 - sub/sd_spu.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sub') diff --git a/sub/sd_lavc.c b/sub/sd_lavc.c index 40039314a1..683436eb2a 100644 --- a/sub/sd_lavc.c +++ b/sub/sd_lavc.c @@ -25,7 +25,6 @@ #include "mpvcore/mp_msg.h" #include "mpvcore/av_common.h" #include "mpvcore/options.h" -#include "demux/stheader.h" #include "video/mp_image.h" #include "sd.h" #include "dec_sub.h" diff --git a/sub/sd_spu.c b/sub/sd_spu.c index 717e4652b9..0061ec81e3 100644 --- a/sub/sd_spu.c +++ b/sub/sd_spu.c @@ -20,7 +20,6 @@ #include "talloc.h" #include "mpvcore/options.h" -#include "demux/stheader.h" #include "video/mp_image.h" #include "sd.h" #include "sub.h" -- cgit v1.2.3