summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/sb.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/sb.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/sb.c')
-rw-r--r--Gui/mplayer/gtk/sb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gui/mplayer/gtk/sb.c b/Gui/mplayer/gtk/sb.c
index 44f0cb5a60..bae48c523f 100644
--- a/Gui/mplayer/gtk/sb.c
+++ b/Gui/mplayer/gtk/sb.c
@@ -9,9 +9,9 @@
#include "sb.h"
#include "common.h"
-#include "../app.h"
-#include "../../config.h"
-#include "../../help_mp.h"
+#include "app.h"
+#include "config.h"
+#include "help_mp.h"
#include "../widgets.h"
#include "app.h"