diff gui/mplayer/gtk/fs.c @ 26382:b2f4abcf20ed

Make include paths consistent; do not use ../ in them.
author diego
date Sat, 12 Apr 2008 16:03:07 +0000
parents 10dfbc523184
children b0a7b35b78d2
line wrap: on
line diff
--- a/gui/mplayer/gtk/fs.c	Sat Apr 12 15:51:15 2008 +0000
+++ b/gui/mplayer/gtk/fs.c	Sat Apr 12 16:03:07 2008 +0000
@@ -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"