changeset 31441:6f152da62242

Reorder #includes and drop an unnecessary set of #ifdefs.
author diego
date Mon, 21 Jun 2010 10:20:17 +0000
parents 01340407202e
children ce2892e4d7a8
files cfg-common.h
diffstat 1 files changed, 7 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/types.h>
-#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