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/ --- stream/resolve/resolve_quvi.c | 2 +- stream/resolve/resolve_quvi9.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'stream/resolve') diff --git a/stream/resolve/resolve_quvi.c b/stream/resolve/resolve_quvi.c index b45995dad8..4baaca2528 100644 --- a/stream/resolve/resolve_quvi.c +++ b/stream/resolve/resolve_quvi.c @@ -19,7 +19,7 @@ #include #include "talloc.h" -#include "mpvcore/mp_msg.h" +#include "common/msg.h" #include "options/options.h" #include "resolve.h" diff --git a/stream/resolve/resolve_quvi9.c b/stream/resolve/resolve_quvi9.c index 62464be0b5..ed8a95502c 100644 --- a/stream/resolve/resolve_quvi9.c +++ b/stream/resolve/resolve_quvi9.c @@ -22,9 +22,9 @@ #include #include "talloc.h" -#include "mpvcore/mp_msg.h" +#include "common/msg.h" #include "options/options.h" -#include "mpvcore/playlist.h" +#include "common/playlist.h" #include "resolve.h" static bool mp_quvi_ok(quvi_t q) -- cgit v1.2.3