comparison 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
comparison
equal deleted inserted replaced
29428:2b12440cca99 29429:2d14b0b53d8e
26 #include "mixer.h" 26 #include "mixer.h"
27 #include "libmpcodecs/dec_video.h" 27 #include "libmpcodecs/dec_video.h"
28 #include "vobsub.h" 28 #include "vobsub.h"
29 #include "spudec.h" 29 #include "spudec.h"
30 #include "get_path.h" 30 #include "get_path.h"
31 #ifdef CONFIG_TV
32 #include "stream/tv.h" 31 #include "stream/tv.h"
33 #endif
34 #ifdef CONFIG_RADIO
35 #include "stream/stream_radio.h" 32 #include "stream/stream_radio.h"
36 #endif
37 #ifdef CONFIG_PVR
38 #include "stream/pvr.h" 33 #include "stream/pvr.h"
39 #endif
40 #ifdef CONFIG_DVBIN 34 #ifdef CONFIG_DVBIN
41 #include "stream/dvbin.h" 35 #include "stream/dvbin.h"
42 #endif 36 #endif
43 #ifdef CONFIG_DVDREAD
44 #include "stream/stream_dvd.h" 37 #include "stream/stream_dvd.h"
45 #endif
46 #ifdef CONFIG_DVDNAV
47 #include "stream/stream_dvdnav.h" 38 #include "stream/stream_dvdnav.h"
48 #endif
49 #ifdef CONFIG_ASS
50 #include "libass/ass.h" 39 #include "libass/ass.h"
51 #include "libass/ass_mp.h" 40 #include "libass/ass_mp.h"
52 #endif
53 #ifdef CONFIG_MENU
54 #include "m_struct.h" 41 #include "m_struct.h"
55 #include "libmenu/menu.h" 42 #include "libmenu/menu.h"
56 #endif
57 #ifdef CONFIG_GUI
58 #include "gui/interface.h" 43 #include "gui/interface.h"
59 #endif
60 44
61 #include "mp_core.h" 45 #include "mp_core.h"
62 #include "mp_fifo.h" 46 #include "mp_fifo.h"
63 #include "libavutil/avstring.h" 47 #include "libavutil/avstring.h"
64 48