summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-03 08:55:26 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-03 08:55:26 +0000
commit4e08b0025d49ffd3691d7c53efe7653d831ad478 (patch)
treed8ea7d73ef53e93695b5f22b88a05a10d67a5ece /Gui/mplayer/gtk
parent8d66c65188b36404533ffcbfbe76106d6680332b (diff)
downloadmpv-4e08b0025d49ffd3691d7c53efe7653d831ad478.tar.bz2
mpv-4e08b0025d49ffd3691d7c53efe7653d831ad478.tar.xz
remove unneded config files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6626 b3059339-0415-0410-9bf9-f77b7e298cf2
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"