From c67ccd1e8afbde9ea3632a6040e8abc3d83ad3d1 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 25 Oct 2005 21:23:45 +0000 Subject: Unify include paths, -I.. is in CFLAGS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16861 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'input/input.c') diff --git a/input/input.c b/input/input.c index a2531387be..b9b5d4fcb0 100644 --- a/input/input.c +++ b/input/input.c @@ -1,4 +1,4 @@ -#include "../config.h" +#include "config.h" #include #include @@ -17,13 +17,13 @@ #ifdef MP_DEBUG #include #endif -#include "../osdep/getch2.h" -#include "../osdep/keycodes.h" -#include "../osdep/timer.h" +#include "osdep/getch2.h" +#include "osdep/keycodes.h" +#include "osdep/timer.h" #include "mp_msg.h" #include "help_mp.h" -#include "../m_config.h" -#include "../m_option.h" +#include "m_config.h" +#include "m_option.h" #include "joystick.h" -- cgit v1.2.3