# HG changeset patch # User diego # Date 1277115617 0 # Node ID 6f152da622428ae686cc8e56f39baac9f376a1ca # Parent 01340407202ee144e0ade264fa91c1eaa5e054fa Reorder #includes and drop an unnecessary set of #ifdefs. diff -r 01340407202e -r 6f152da62242 cfg-common.h --- a/cfg-common.h Mon Jun 21 10:19:01 2010 +0000 +++ b/cfg-common.h Mon Jun 21 10:20:17 2010 +0000 @@ -20,10 +20,6 @@ #define MPLAYER_CFG_COMMON_H #include -#include "config.h" -#include "m_config.h" -#include "m_option.h" -#include "mp_msg.h" #include "libmpcodecs/ad.h" #include "libmpcodecs/dec_audio.h" @@ -38,21 +34,21 @@ #include "libmpdemux/mf.h" #include "libpostproc/postprocess.h" #include "osdep/priority.h" +#include "stream/cdd.h" #include "stream/network.h" #include "stream/pvr.h" #include "stream/stream_dvd_common.h" +#include "stream/stream_radio.h" #include "stream/tcp.h" +#include "stream/tv.h" #include "stream/udp.h" #include "codec-cfg.h" +#include "config.h" +#include "m_config.h" +#include "m_option.h" +#include "mp_msg.h" #include "mpcommon.h" -#ifdef CONFIG_CDDA -#include "stream/cdd.h" -#endif - -#include "stream/tv.h" -#include "stream/stream_radio.h" - #ifdef CONFIG_RADIO