Mercurial > mplayer.hg
diff command.c @ 29429:2d14b0b53d8e
Remove pointless #ifdefs around harmless internal header #includes.
author | diego |
---|---|
date | Sun, 02 Aug 2009 16:00:55 +0000 |
parents | 794a26e68c2c |
children | 3495ccd3aef8 |
line wrap: on
line diff
--- a/command.c Sun Aug 02 15:39:08 2009 +0000 +++ b/command.c Sun Aug 02 16:00:55 2009 +0000 @@ -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"