summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/eq.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 00:00:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 00:00:13 +0000
commitda75336bd8a6ba5ef0c63a9945c2c494261279cf (patch)
tree0ebe1707bd095b73c626409580c1a34ad37e63ca /Gui/mplayer/gtk/eq.c
parent2abf35ba49f36f737d55773cb0126f3dcc65a5a4 (diff)
downloadmpv-da75336bd8a6ba5ef0c63a9945c2c494261279cf.tar.bz2
mpv-da75336bd8a6ba5ef0c63a9945c2c494261279cf.tar.xz
Don't look for header files in ../../ anymore. Compilation was broken unless
some random subdirectory of the Gui directory was added as header search path to CFLAGS ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22628 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/gtk/eq.c')
-rw-r--r--Gui/mplayer/gtk/eq.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/Gui/mplayer/gtk/eq.c b/Gui/mplayer/gtk/eq.c
index 222a2c684b..b2bdfcc787 100644
--- a/Gui/mplayer/gtk/eq.c
+++ b/Gui/mplayer/gtk/eq.c
@@ -9,13 +9,13 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-#include "../app.h"
-#include "../cfg.h"
-#include "../../config.h"
-#include "../../help_mp.h"
-#include "../../mplayer.h"
-#include "../../libaf/equalizer.h"
-#include "../../libvo/video_out.h"
+#include "app.h"
+#include "cfg.h"
+#include "config.h"
+#include "help_mp.h"
+#include "mplayer.h"
+#include "libaf/equalizer.h"
+#include "libvo/video_out.h"
#include "../widgets.h"
#include "mplayer.h"