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 --- stream/stream.c | 1 - stream/stream_bluray.c | 1 - stream/stream_dvd.c | 1 - stream/stream_radio.c | 1 - 4 files changed, 4 deletions(-) (limited to 'stream') diff --git a/stream/stream.c b/stream/stream.c index 3febfa4189..94db8d8ab5 100644 --- a/stream/stream.c +++ b/stream/stream.c @@ -43,7 +43,6 @@ #include "mpvcore/path.h" #include "osdep/timer.h" #include "stream.h" -#include "demux/demux.h" #include "mpvcore/m_option.h" #include "mpvcore/m_config.h" diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c index cde7267713..bcc299735f 100644 --- a/stream/stream_bluray.c +++ b/stream/stream_bluray.c @@ -40,7 +40,6 @@ #include "mpvcore/mp_msg.h" #include "mpvcore/m_option.h" #include "stream.h" -#include "demux/stheader.h" #define BLURAY_SECTOR_SIZE 6144 diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c index 4e5f9ea5e7..a05bb856b4 100644 --- a/stream/stream_dvd.c +++ b/stream/stream_dvd.c @@ -42,7 +42,6 @@ #include "stream_dvd.h" #include "stream_dvd_common.h" -#include "demux/demux.h" static char* dvd_device_current; int dvd_angle=1; diff --git a/stream/stream_radio.c b/stream/stream_radio.c index 4189dd469b..6d07d9738f 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -40,7 +40,6 @@ #endif #include "stream.h" -#include "demux/demux.h" #include "mpvcore/m_option.h" #include "mpvcore/mp_msg.h" #include "stream_radio.h" -- cgit v1.2.3