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/ass_mp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sub/ass_mp.c') diff --git a/sub/ass_mp.c b/sub/ass_mp.c index 5e87223041..df4e3f3146 100644 --- a/sub/ass_mp.c +++ b/sub/ass_mp.c @@ -30,12 +30,12 @@ #include #include "config.h" -#include "core/mp_msg.h" -#include "core/path.h" +#include "mpvcore/mp_msg.h" +#include "mpvcore/path.h" #include "ass_mp.h" #include "sub/sub.h" #include "stream/stream.h" -#include "core/options.h" +#include "mpvcore/options.h" // res_y should be track->PlayResY // It determines scaling of font sizes and more. -- cgit v1.2.3