diff libmenu/menu_list.c @ 16862:931bdbc37ee0

Unify include paths, -I.. is in CFLAGS.
author diego
date Wed, 26 Oct 2005 00:07:43 +0000
parents ec8a1e6443d5
children 98f4e3704a76
line wrap: on
line diff
--- a/libmenu/menu_list.c	Tue Oct 25 22:13:36 2005 +0000
+++ b/libmenu/menu_list.c	Wed Oct 26 00:07:43 2005 +0000
@@ -4,7 +4,7 @@
 #include <ctype.h>
 #include <string.h>
 
-#include "../config.h"
+#include "config.h"
 
 #include "img_format.h"
 #include "mp_image.h"
@@ -12,8 +12,8 @@
 #include "m_struct.h"
 #include "menu.h"
 
-#include "../libvo/font_load.h"
-#include "../osdep/keycodes.h"
+#include "libvo/font_load.h"
+#include "osdep/keycodes.h"
 
 #define IMPL 1
 #include "menu_list.h"