diff libvo/vo_ggi.c @ 13787:e047e70a9767

Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
author diego
date Thu, 28 Oct 2004 01:15:53 +0000
parents ac3fd2ff2561
children f0236d5ba7a7
line wrap: on
line diff
--- a/libvo/vo_ggi.c	Thu Oct 28 01:07:16 2004 +0000
+++ b/libvo/vo_ggi.c	Thu Oct 28 01:15:53 2004 +0000
@@ -533,7 +533,7 @@
 }
 
 /* EVENT handling */
-#include "../osdep/keycodes.h"
+#include "osdep/keycodes.h"
 extern void mplayer_put_key(int code);
 
 static void check_events(void)