diff Gui/mplayer/gtk/eq.c @ 17144:0e1471d9da74

Unify include paths, -I.. is in CFLAGS.
author diego
date Thu, 08 Dec 2005 22:12:57 +0000
parents db75b76c11b2
children d29d6028a943
line wrap: on
line diff
--- a/Gui/mplayer/gtk/eq.c	Thu Dec 08 22:02:52 2005 +0000
+++ b/Gui/mplayer/gtk/eq.c	Thu Dec 08 22:12:57 2005 +0000
@@ -9,16 +9,16 @@
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
 
-#include "../../app.h"
-#include "../../cfg.h"
+#include "../app.h"
+#include "../cfg.h"
+#include "../help_mp.h"
+#include "../../config.h"
 #include "../../help_mp.h"
-#include "../../../config.h"
-#include "../../../help_mp.h"
-#include "../../../mplayer.h"
-#include "../../../libaf/equalizer.h"
-#include "../../../libvo/video_out.h"
+#include "../../mplayer.h"
+#include "../../libaf/equalizer.h"
+#include "../../libvo/video_out.h"
 #include "../widgets.h"
-#include "../mplayer.h"
+#include "mplayer.h"
 
 #include "eq.h"
 #include "common.h"