summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-06 21:01:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-06 21:01:08 +0000
commitac265c1733039b676c0e6a28638ba919b02d00a5 (patch)
tree441aa9745e9bee6e37e55ca37375ccd00883dc97 /Gui
parenta78f3d425dd76fdf18e7c51bca2ca864cd9f0c48 (diff)
downloadmpv-ac265c1733039b676c0e6a28638ba919b02d00a5.tar.bz2
mpv-ac265c1733039b676c0e6a28638ba919b02d00a5.tar.xz
Remove useless #includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22925 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/common.c1
-rw-r--r--Gui/mplayer/gtk/eq.c2
-rw-r--r--Gui/mplayer/gtk/fs.c1
-rw-r--r--Gui/mplayer/gtk/menu.c1
-rw-r--r--Gui/mplayer/gtk/opts.c1
-rw-r--r--Gui/mplayer/mw.c1
-rw-r--r--Gui/mplayer/play.c1
7 files changed, 0 insertions, 8 deletions
diff --git a/Gui/mplayer/common.c b/Gui/mplayer/common.c
index e337981e2a..899389bff7 100644
--- a/Gui/mplayer/common.c
+++ b/Gui/mplayer/common.c
@@ -20,7 +20,6 @@
#include "../stream/stream.h"
#include "../mixer.h"
#include "../libvo/sub.h"
-#include "../mplayer.h"
#include "../libmpdemux/demuxer.h"
#include "../libmpdemux/stheader.h"
diff --git a/Gui/mplayer/gtk/eq.c b/Gui/mplayer/gtk/eq.c
index b2bdfcc787..640a7502d5 100644
--- a/Gui/mplayer/gtk/eq.c
+++ b/Gui/mplayer/gtk/eq.c
@@ -13,11 +13,9 @@
#include "cfg.h"
#include "config.h"
#include "help_mp.h"
-#include "mplayer.h"
#include "libaf/equalizer.h"
#include "libvo/video_out.h"
#include "../widgets.h"
-#include "mplayer.h"
#include "eq.h"
#include "common.h"
diff --git a/Gui/mplayer/gtk/fs.c b/Gui/mplayer/gtk/fs.c
index 1252f47857..5a215c806d 100644
--- a/Gui/mplayer/gtk/fs.c
+++ b/Gui/mplayer/gtk/fs.c
@@ -7,7 +7,6 @@
#include <unistd.h>
#include "../gmplayer.h"
-#include "mplayer.h"
#include "mplayer/pixmaps/up.xpm"
#include "mplayer/pixmaps/dir.xpm"
diff --git a/Gui/mplayer/gtk/menu.c b/Gui/mplayer/gtk/menu.c
index 5fefeab26c..7cca050700 100644
--- a/Gui/mplayer/gtk/menu.c
+++ b/Gui/mplayer/gtk/menu.c
@@ -5,7 +5,6 @@
#include "config.h"
#include "help_mp.h"
-#include "mplayer.h"
#include "access_mpcontext.h"
#include "mixer.h"
diff --git a/Gui/mplayer/gtk/opts.c b/Gui/mplayer/gtk/opts.c
index e8b5a80f41..60e9a1bde8 100644
--- a/Gui/mplayer/gtk/opts.c
+++ b/Gui/mplayer/gtk/opts.c
@@ -12,7 +12,6 @@
#include "mixer.h"
#include "libao2/audio_out.h"
#include "libvo/video_out.h"
-#include "mplayer.h"
#include "app.h"
#include "cfg.h"
diff --git a/Gui/mplayer/mw.c b/Gui/mplayer/mw.c
index ec00f2e09c..48d9733cec 100644
--- a/Gui/mplayer/mw.c
+++ b/Gui/mplayer/mw.c
@@ -20,7 +20,6 @@
#include "../stream/stream.h"
#include "../mixer.h"
#include "../libvo/sub.h"
-#include "../mplayer.h"
#include "../access_mpcontext.h"
#include "../libmpdemux/demuxer.h"
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index 72345eecc3..dbec9d0e38 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -11,7 +11,6 @@
#include "wm/wsxdnd.h"
#include "../config.h"
#include "../help_mp.h"
-#include "../mplayer.h"
#include "../libvo/x11_common.h"
#include "../libvo/video_out.h"
#include "../input/input.h"