diff libmenu/menu_txt.c @ 16862:931bdbc37ee0

Unify include paths, -I.. is in CFLAGS.
author diego
date Wed, 26 Oct 2005 00:07:43 +0000
parents edfe34c5405d
children 6927fabaef92
line wrap: on
line diff
--- a/libmenu/menu_txt.c	Tue Oct 25 22:13:36 2005 +0000
+++ b/libmenu/menu_txt.c	Wed Oct 26 00:07:43 2005 +0000
@@ -1,5 +1,5 @@
 
-#include "../config.h"
+#include "config.h"
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -8,12 +8,12 @@
 #include "img_format.h"
 #include "mp_image.h"
 
-#include "../m_struct.h"
-#include "../m_option.h"
+#include "m_struct.h"
+#include "m_option.h"
 #include "menu.h"
 
-#include "../libvo/font_load.h"
-#include "../osdep/keycodes.h"
+#include "libvo/font_load.h"
+#include "osdep/keycodes.h"
 
 struct menu_priv_s {
   char** lines;