From 406241005e3d897b30a5b168a16ad61f0996c43c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 6 Aug 2013 22:41:30 +0200 Subject: core: move contents to mpvcore (2/2) Followup commit. Fixes all the files references. --- mpvcore/timeline/tl_cue.c | 10 +++++----- mpvcore/timeline/tl_edl.c | 10 +++++----- mpvcore/timeline/tl_matroska.c | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'mpvcore/timeline') diff --git a/mpvcore/timeline/tl_cue.c b/mpvcore/timeline/tl_cue.c index 3c4a997982..f7e13ec681 100644 --- a/mpvcore/timeline/tl_cue.c +++ b/mpvcore/timeline/tl_cue.c @@ -24,12 +24,12 @@ #include "talloc.h" -#include "core/mp_core.h" -#include "core/mp_msg.h" +#include "mpvcore/mp_core.h" +#include "mpvcore/mp_msg.h" #include "demux/demux.h" -#include "core/path.h" -#include "core/bstr.h" -#include "core/mp_common.h" +#include "mpvcore/path.h" +#include "mpvcore/bstr.h" +#include "mpvcore/mp_common.h" #include "stream/stream.h" // used by demuxer_cue.c diff --git a/mpvcore/timeline/tl_edl.c b/mpvcore/timeline/tl_edl.c index 4afb346dae..4b8cf7ed17 100644 --- a/mpvcore/timeline/tl_edl.c +++ b/mpvcore/timeline/tl_edl.c @@ -23,12 +23,12 @@ #include "talloc.h" -#include "core/mp_core.h" -#include "core/mp_msg.h" +#include "mpvcore/mp_core.h" +#include "mpvcore/mp_msg.h" #include "demux/demux.h" -#include "core/path.h" -#include "core/bstr.h" -#include "core/mp_common.h" +#include "mpvcore/path.h" +#include "mpvcore/bstr.h" +#include "mpvcore/mp_common.h" #include "stream/stream.h" diff --git a/mpvcore/timeline/tl_matroska.c b/mpvcore/timeline/tl_matroska.c index cc6e62d429..17ad192d37 100644 --- a/mpvcore/timeline/tl_matroska.c +++ b/mpvcore/timeline/tl_matroska.c @@ -30,12 +30,12 @@ #include "talloc.h" -#include "core/mp_core.h" -#include "core/mp_msg.h" +#include "mpvcore/mp_core.h" +#include "mpvcore/mp_msg.h" #include "demux/demux.h" -#include "core/path.h" -#include "core/bstr.h" -#include "core/mp_common.h" +#include "mpvcore/path.h" +#include "mpvcore/bstr.h" +#include "mpvcore/mp_common.h" #include "stream/stream.h" struct find_entry { -- cgit v1.2.3