From 406241005e3d897b30a5b168a16ad61f0996c43c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 6 Aug 2013 22:41:30 +0200 Subject: core: move contents to mpvcore (2/2) Followup commit. Fixes all the files references. --- mpvcore/input/input.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'mpvcore/input/input.c') diff --git a/mpvcore/input/input.c b/mpvcore/input/input.c index ae1358a76d..935ed62f8e 100644 --- a/mpvcore/input/input.c +++ b/mpvcore/input/input.c @@ -40,15 +40,15 @@ #include "input.h" #include "keycodes.h" #include "osdep/timer.h" -#include "core/mp_msg.h" -#include "core/m_config.h" -#include "core/m_option.h" -#include "core/path.h" +#include "mpvcore/mp_msg.h" +#include "mpvcore/m_config.h" +#include "mpvcore/m_option.h" +#include "mpvcore/path.h" #include "talloc.h" -#include "core/options.h" -#include "core/bstr.h" +#include "mpvcore/options.h" +#include "mpvcore/bstr.h" #include "stream/stream.h" -#include "core/mp_common.h" +#include "mpvcore/mp_common.h" #include "joystick.h" @@ -592,7 +592,7 @@ const m_option_t mp_input_opts[] = { static int default_cmd_func(int fd, char *buf, int l); static const char builtin_input_conf[] = -#include "core/input/input_conf.h" +#include "mpvcore/input/input_conf.h" ; static bool test_rect(struct mp_rect *rc, int x, int y) -- cgit v1.2.3