From 0112143fdaae0a6264d9e02355e9dc0ca4f7741c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 02:39:45 +0100 Subject: Split mpvcore/ into common/, misc/, bstr/ --- demux/demux_playlist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demux/demux_playlist.c') diff --git a/demux/demux_playlist.c b/demux/demux_playlist.c index 1a4882f92b..38011f80b7 100644 --- a/demux/demux_playlist.c +++ b/demux/demux_playlist.c @@ -15,10 +15,10 @@ * with mpv. If not, see . */ -#include "mpvcore/mp_common.h" +#include "common/common.h" #include "options/options.h" -#include "mpvcore/mp_msg.h" -#include "mpvcore/playlist.h" +#include "common/msg.h" +#include "common/playlist.h" #include "options/path.h" #include "stream/stream.h" #include "demux.h" -- cgit v1.2.3