From 8d5214de0abc768242aacf8bc217e1726cb6a661 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 01:23:09 +0100 Subject: Move mpvcore/input/ to input/ --- video/out/x11_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'video/out/x11_common.c') diff --git a/video/out/x11_common.c b/video/out/x11_common.c index e1c67b177a..4187fa21cc 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -26,7 +26,7 @@ #include "mpvcore/bstr.h" #include "mpvcore/options.h" #include "mpvcore/mp_msg.h" -#include "mpvcore/input/input.h" +#include "input/input.h" #include "libavutil/common.h" #include "x11_common.h" #include "talloc.h" @@ -70,8 +70,8 @@ #include #endif -#include "mpvcore/input/input.h" -#include "mpvcore/input/keycodes.h" +#include "input/input.h" +#include "input/keycodes.h" #define vo_wm_LAYER 1 #define vo_wm_FULLSCREEN 2 -- cgit v1.2.3