aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui/mplayer/gtk/mb.c
diff options
context:
space:
mode:
authorGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 00:00:13 +0000
committerGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 00:00:13 +0000
commitda75336bd8a6ba5ef0c63a9945c2c494261279cf (patch)
tree0ebe1707bd095b73c626409580c1a34ad37e63ca /Gui/mplayer/gtk/mb.c
parent2abf35ba49f36f737d55773cb0126f3dcc65a5a4 (diff)
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/mb.c')
-rw-r--r--Gui/mplayer/gtk/mb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gui/mplayer/gtk/mb.c b/Gui/mplayer/gtk/mb.c
index 75c4b68c72..5f3873d054 100644
--- a/Gui/mplayer/gtk/mb.c
+++ b/Gui/mplayer/gtk/mb.c
@@ -1,7 +1,7 @@
-#include "../app.h"
-#include "../../config.h"
-#include "../../help_mp.h"
+#include "app.h"
+#include "config.h"
+#include "help_mp.h"
#include "../pixmaps/error.xpm"
#include "../pixmaps/warning.xpm"