summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/fs.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-12 16:03:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-12 16:03:07 +0000
commita1a1bd5e31f948eed5c83d3d84cc843209e60669 (patch)
tree439bbd19c6d386e31166ce2c636dcf7cde11655f /gui/mplayer/gtk/fs.c
parentaa5ecdffd5e03ae9002d2a38ac3306c2d63a3fa7 (diff)
downloadmpv-a1a1bd5e31f948eed5c83d3d84cc843209e60669.tar.bz2
mpv-a1a1bd5e31f948eed5c83d3d84cc843209e60669.tar.xz
Make include paths consistent; do not use ../ in them.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26414 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer/gtk/fs.c')
-rw-r--r--gui/mplayer/gtk/fs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mplayer/gtk/fs.c b/gui/mplayer/gtk/fs.c
index da44fb3e33..c0b88e417c 100644
--- a/gui/mplayer/gtk/fs.c
+++ b/gui/mplayer/gtk/fs.c
@@ -7,7 +7,7 @@
#include <unistd.h>
#include "config.h"
-#include "../gmplayer.h"
+#include "gui/mplayer/gmplayer.h"
#include "gui/mplayer/pixmaps/up.xpm"
#include "gui/mplayer/pixmaps/dir.xpm"
@@ -18,7 +18,7 @@
#include "help_mp.h"
#include "stream/stream.h"
-#include "../widgets.h"
+#include "gui/mplayer/widgets.h"
#include "fs.h"
#include "opts.h"
#include "gtk_common.h"