diff libmenu/menu_pt.c @ 16862:931bdbc37ee0

Unify include paths, -I.. is in CFLAGS.
author diego
date Wed, 26 Oct 2005 00:07:43 +0000
parents 048d0a158714
children 98f4e3704a76
line wrap: on
line diff
--- a/libmenu/menu_pt.c	Tue Oct 25 22:13:36 2005 +0000
+++ b/libmenu/menu_pt.c	Wed Oct 26 00:07:43 2005 +0000
@@ -4,19 +4,19 @@
 #include <string.h>
 //#include <libgen.h>
 
-#include "../config.h"
+#include "config.h"
 
 #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 "menu_list.h"
 
 
-#include "../playtree.h"
-#include "../input/input.h"
+#include "playtree.h"
+#include "input/input.h"
 
 #define mp_basename(s) (strrchr((s),'/')==NULL?(char*)(s):(strrchr((s),'/')+1))