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/ --- sub/sd_microdvd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sub/sd_microdvd.c') diff --git a/sub/sd_microdvd.c b/sub/sd_microdvd.c index c0e9fa1d61..e9c7a788bc 100644 --- a/sub/sd_microdvd.c +++ b/sub/sd_microdvd.c @@ -27,8 +27,8 @@ #include #include -#include "mpvcore/mp_msg.h" -#include "mpvcore/bstr.h" +#include "common/msg.h" +#include "bstr/bstr.h" #include "sd.h" struct line { -- cgit v1.2.3