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/dec_sub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sub/dec_sub.c') diff --git a/sub/dec_sub.c b/sub/dec_sub.c index c5d45f81df..9a948cd036 100644 --- a/sub/dec_sub.c +++ b/sub/dec_sub.c @@ -27,8 +27,8 @@ #include "sd.h" #include "dec_sub.h" #include "options/options.h" -#include "mpvcore/mp_msg.h" -#include "mpvcore/charset_conv.h" +#include "common/msg.h" +#include "misc/charset_conv.h" extern const struct sd_functions sd_ass; extern const struct sd_functions sd_lavc; -- cgit v1.2.3