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_ass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sub/sd_ass.c') diff --git a/sub/sd_ass.c b/sub/sd_ass.c index a8d5be633d..93a3c7e380 100644 --- a/sub/sd_ass.c +++ b/sub/sd_ass.c @@ -26,8 +26,8 @@ #include "talloc.h" #include "options/options.h" -#include "mpvcore/mp_common.h" -#include "mpvcore/mp_msg.h" +#include "common/common.h" +#include "common/msg.h" #include "video/csputils.h" #include "video/mp_image.h" #include "dec_sub.h" -- cgit v1.2.3