summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/view.m
diff options
context:
space:
mode:
author11rcombs <rodger.combs@gmail.com>2013-12-16 20:35:43 -0600
committerwm4 <wm4@nowhere>2013-12-17 08:44:21 +0100
commitad92c893a0cfed3dbb9eff7a5979c1e43c41c76f (patch)
tree49c1b7e3d71151f50ed2099bddb73a1e792dc4a5 /video/out/cocoa/view.m
parent0112143fdaae0a6264d9e02355e9dc0ca4f7741c (diff)
downloadmpv-ad92c893a0cfed3dbb9eff7a5979c1e43c41c76f.tar.bz2
mpv-ad92c893a0cfed3dbb9eff7a5979c1e43c41c76f.tar.xz
Fix OSX build; remove all remaining mpvcore references
Diffstat (limited to 'video/out/cocoa/view.m')
-rw-r--r--video/out/cocoa/view.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/cocoa/view.m b/video/out/cocoa/view.m
index b5049e28c9..45f0f17b06 100644
--- a/video/out/cocoa/view.m
+++ b/video/out/cocoa/view.m
@@ -17,8 +17,8 @@
#include <libavutil/common.h>
-#include "mpvcore/input/input.h"
-#include "mpvcore/input/keycodes.h"
+#include "input/input.h"
+#include "input/keycodes.h"
#include "osdep/macosx_compat.h"
#include "video/out/cocoa_common.h"