From 406241005e3d897b30a5b168a16ad61f0996c43c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 6 Aug 2013 22:41:30 +0200 Subject: core: move contents to mpvcore (2/2) Followup commit. Fixes all the files references. --- sub/osd_libass.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sub/osd_libass.c') diff --git a/sub/osd_libass.c b/sub/osd_libass.c index fc4592ef99..eadb0e8da5 100644 --- a/sub/osd_libass.c +++ b/sub/osd_libass.c @@ -25,8 +25,8 @@ #include "config.h" #include "talloc.h" -#include "core/mp_common.h" -#include "core/mp_msg.h" +#include "mpvcore/mp_common.h" +#include "mpvcore/mp_msg.h" #include "sub.h" static const char osd_font_pfb[] = @@ -34,7 +34,7 @@ static const char osd_font_pfb[] = ; #include "sub/ass_mp.h" -#include "core/options.h" +#include "mpvcore/options.h" // NOTE: \fs-5 to reduce the size of the symbols in relation to normal text. -- cgit v1.2.3