summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-02 16:00:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-02 16:00:55 +0000
commit64d5279410abe31e6a77c30b1a5c65dc9167eb5e (patch)
tree7be8a25cc406d5e4f4007acf1ff8f343c9c9dfd0 /command.c
parent19199c79aebf64ab345d5ee11400d6af67971799 (diff)
downloadmpv-64d5279410abe31e6a77c30b1a5c65dc9167eb5e.tar.bz2
mpv-64d5279410abe31e6a77c30b1a5c65dc9167eb5e.tar.xz
Remove pointless #ifdefs around harmless internal header #includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29471 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'command.c')
-rw-r--r--command.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/command.c b/command.c
index ff36cd8c8b..9fb37501e8 100644
--- a/command.c
+++ b/command.c
@@ -28,35 +28,19 @@
#include "vobsub.h"
#include "spudec.h"
#include "get_path.h"
-#ifdef CONFIG_TV
#include "stream/tv.h"
-#endif
-#ifdef CONFIG_RADIO
#include "stream/stream_radio.h"
-#endif
-#ifdef CONFIG_PVR
#include "stream/pvr.h"
-#endif
#ifdef CONFIG_DVBIN
#include "stream/dvbin.h"
#endif
-#ifdef CONFIG_DVDREAD
#include "stream/stream_dvd.h"
-#endif
-#ifdef CONFIG_DVDNAV
#include "stream/stream_dvdnav.h"
-#endif
-#ifdef CONFIG_ASS
#include "libass/ass.h"
#include "libass/ass_mp.h"
-#endif
-#ifdef CONFIG_MENU
#include "m_struct.h"
#include "libmenu/menu.h"
-#endif
-#ifdef CONFIG_GUI
#include "gui/interface.h"
-#endif
#include "mp_core.h"
#include "mp_fifo.h"