From ad92c893a0cfed3dbb9eff7a5979c1e43c41c76f Mon Sep 17 00:00:00 2001 From: 11rcombs Date: Mon, 16 Dec 2013 20:35:43 -0600 Subject: Fix OSX build; remove all remaining mpvcore references --- video/out/cocoa_common.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'video/out/cocoa_common.m') diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m index 28f1a044e8..29c06044fe 100644 --- a/video/out/cocoa_common.m +++ b/video/out/cocoa_common.m @@ -33,14 +33,14 @@ #include "config.h" -#include "mpvcore/options.h" +#include "options/options.h" #include "video/out/vo.h" #include "video/out/aspect.h" -#include "mpvcore/input/input.h" +#include "input/input.h" #include "talloc.h" -#include "mpvcore/mp_msg.h" +#include "common/msg.h" static void vo_cocoa_fullscreen(struct vo *vo); static void vo_cocoa_ontop(struct vo *vo); -- cgit v1.2.3