From a1a1bd5e31f948eed5c83d3d84cc843209e60669 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 12 Apr 2008 16:03:07 +0000 Subject: Make include paths consistent; do not use ../ in them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26414 b3059339-0415-0410-9bf9-f77b7e298cf2 --- gui/mplayer/gtk/fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/mplayer/gtk/fs.c') 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 #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" -- cgit v1.2.3