diff input/input.c @ 16860:a68ede010f66

Unify include paths, -I.. is in CFLAGS.
author diego
date Tue, 25 Oct 2005 21:23:45 +0000
parents d222ea8f2cb4
children 3470c810527b
line wrap: on
line diff
--- a/input/input.c	Tue Oct 25 20:01:09 2005 +0000
+++ b/input/input.c	Tue Oct 25 21:23:45 2005 +0000
@@ -1,4 +1,4 @@
-#include "../config.h"
+#include "config.h"
 
 #include <stdlib.h>
 #include <string.h>
@@ -17,13 +17,13 @@
 #ifdef MP_DEBUG
 #include <assert.h>
 #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"