summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_events.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-17 01:23:09 +0100
committerwm4 <wm4@nowhere>2013-12-17 01:23:09 +0100
commit8d5214de0abc768242aacf8bc217e1726cb6a661 (patch)
tree2fc335b91a33ccf61441f80b6598a32b53c5abe1 /osdep/macosx_events.h
parent053c743724e928ca70070f5d43193836851dd91c (diff)
downloadmpv-8d5214de0abc768242aacf8bc217e1726cb6a661.tar.bz2
mpv-8d5214de0abc768242aacf8bc217e1726cb6a661.tar.xz
Move mpvcore/input/ to input/
Diffstat (limited to 'osdep/macosx_events.h')
-rw-r--r--osdep/macosx_events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/macosx_events.h b/osdep/macosx_events.h
index dcb96d2d43..a4b122f534 100644
--- a/osdep/macosx_events.h
+++ b/osdep/macosx_events.h
@@ -19,7 +19,7 @@
#ifndef MACOSX_EVENTS_H
#define MACOSX_EVENTS_H
-#include "mpvcore/input/keycodes.h"
+#include "input/keycodes.h"
void cocoa_put_key(int keycode);
void cocoa_put_key_with_modifiers(int keycode, int modifiers);