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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 1a57ad2a25..4052d11773 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -27,8 +27,8 @@ #include #include "video/img_format.h" -#include "core/mp_common.h" -#include "core/options.h" +#include "mpvcore/mp_common.h" +#include "mpvcore/options.h" #define VO_EVENT_EXPOSE 1 #define VO_EVENT_RESIZE 2 -- cgit v1.2.3