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. --- video/out/vo_x11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/out/vo_x11.c') diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index e5def2fc9a..e5b9053fe3 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -49,8 +49,8 @@ #include "video/sws_utils.h" #include "video/fmt-conversion.h" -#include "core/mp_msg.h" -#include "core/options.h" +#include "mpvcore/mp_msg.h" +#include "mpvcore/options.h" #include "osdep/timer.h" extern int sws_flags; -- cgit v1.2.3