summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/gtk')
-rw-r--r--Gui/mplayer/gtk/about.c2
-rw-r--r--Gui/mplayer/gtk/fs.c8
-rw-r--r--Gui/mplayer/gtk/opts.c2
3 files changed, 6 insertions, 6 deletions
diff --git a/Gui/mplayer/gtk/about.c b/Gui/mplayer/gtk/about.c
index 23e69175dc..ff4d69271a 100644
--- a/Gui/mplayer/gtk/about.c
+++ b/Gui/mplayer/gtk/about.c
@@ -3,7 +3,7 @@
#include "../../../config.h"
#include "../../../help_mp.h"
-#include "pixmaps/about.xpm"
+#include "mplayer/pixmaps/about.xpm"
#include "../widgets.h"
#include "about.h"
diff --git a/Gui/mplayer/gtk/fs.c b/Gui/mplayer/gtk/fs.c
index 8c460bbd9f..123129d804 100644
--- a/Gui/mplayer/gtk/fs.c
+++ b/Gui/mplayer/gtk/fs.c
@@ -6,11 +6,11 @@
#include <glob.h>
#include <unistd.h>
-#include "./mplayer.h"
+#include "../mplayer.h"
-#include "pixmaps/up.xpm"
-#include "pixmaps/dir.xpm"
-#include "pixmaps/file.xpm"
+#include "mplayer/pixmaps/up.xpm"
+#include "mplayer/pixmaps/dir.xpm"
+#include "mplayer/pixmaps/file.xpm"
#include "../../events.h"
#include "../../interface.h"
diff --git a/Gui/mplayer/gtk/opts.c b/Gui/mplayer/gtk/opts.c
index d51c8be6ed..957247044d 100644
--- a/Gui/mplayer/gtk/opts.c
+++ b/Gui/mplayer/gtk/opts.c
@@ -2,7 +2,7 @@
#include <stdlib.h>
#include <stdio.h>
-#include "./mplayer.h"
+#include "../mplayer.h"
#include "../../events.h"
#include "../../../config.h"