diff Gui/mplayer/menu.c @ 17144:0e1471d9da74

Unify include paths, -I.. is in CFLAGS.
author diego
date Thu, 08 Dec 2005 22:12:57 +0000
parents 2608bf0037b6
children adc8bfbb3628
line wrap: on
line diff
--- a/Gui/mplayer/menu.c	Thu Dec 08 22:02:52 2005 +0000
+++ b/Gui/mplayer/menu.c	Thu Dec 08 22:12:57 2005 +0000
@@ -3,10 +3,10 @@
 #include <stdio.h>
 #include <inttypes.h>
 
-#include "../app.h"
-#include "../../config.h"
-#include "../../help_mp.h"
-#include "../../mp_msg.h"
+#include "app.h"
+#include "../config.h"
+#include "../help_mp.h"
+#include "../mp_msg.h"
 
 #include "widgets.h"