summaryrefslogtreecommitdiffstats
path: root/libvo/vo_quartz.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_quartz.c')
-rw-r--r--libvo/vo_quartz.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c
index 65797c988b..9098598aa8 100644
--- a/libvo/vo_quartz.c
+++ b/libvo/vo_quartz.c
@@ -51,7 +51,7 @@
#include "sub/sub.h"
#include "input/input.h"
-#include "input/mouse.h"
+#include "input/keycodes.h"
#include "osx_common.h"
@@ -141,8 +141,6 @@ enum
kPanScanCmd = 10
};
-#include "osdep/keycodes.h"
-
//PROTOTYPE/////////////////////////////////////////////////////////////////
static OSStatus KeyEventHandler(EventHandlerCallRef nextHandler, EventRef event, void *userData);
static OSStatus MouseEventHandler(EventHandlerCallRef nextHandler, EventRef event, void *userData);