summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/getch2-win.c4
-rw-r--r--osdep/getch2.c4
-rw-r--r--osdep/macosx_events.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c
index c76f0b32cb..166084d425 100644
--- a/osdep/getch2-win.c
+++ b/osdep/getch2-win.c
@@ -28,8 +28,8 @@
#include <stdint.h>
#include <string.h>
#include <windows.h>
-#include "mpvcore/input/keycodes.h"
-#include "mpvcore/input/input.h"
+#include "input/keycodes.h"
+#include "input/input.h"
#include "getch2.h"
int mp_input_slave_cmd_func(int fd, char *dest, int size)
diff --git a/osdep/getch2.c b/osdep/getch2.c
index b189a678db..e07594170a 100644
--- a/osdep/getch2.c
+++ b/osdep/getch2.c
@@ -43,8 +43,8 @@
#include "mpvcore/mp_common.h"
#include "mpvcore/bstr.h"
-#include "mpvcore/input/input.h"
-#include "mpvcore/input/keycodes.h"
+#include "input/input.h"
+#include "input/keycodes.h"
#include "getch2.h"
#if HAVE_TERMIOS
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);