diff input/input.c @ 9380:edfe34c5405d

linux->osdep
author arpi
date Sun, 09 Feb 2003 20:18:23 +0000
parents b06f6d56d039
children 09e5b03209e9
line wrap: on
line diff
--- a/input/input.c	Sun Feb 09 20:01:25 2003 +0000
+++ b/input/input.c	Sun Feb 09 20:18:23 2003 +0000
@@ -21,9 +21,9 @@
 #ifdef MP_DEBUG
 #include <assert.h>
 #endif
-#include "../linux/getch2.h"
-#include "../linux/keycodes.h"
-#include "../linux/timer.h"
+#include "../osdep/getch2.h"
+#include "../osdep/keycodes.h"
+#include "../osdep/timer.h"
 #include "../mp_msg.h"
 #include "../cfgparser.h"