Mercurial > mplayer.hg
changeset 28197:45ca1763a540
Reorder #includes and #ifdefs to avoid excessive #ifdeffery.
author | diego |
---|---|
date | Fri, 02 Jan 2009 12:48:11 +0000 |
parents | 504aa3e3076a |
children | a28688dc4b3a |
files | libmpcodecs/ad_qtaudio.c |
diffstat | 1 files changed, 5 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad_qtaudio.c Fri Jan 02 12:28:47 2009 +0000 +++ b/libmpcodecs/ad_qtaudio.c Fri Jan 02 12:48:11 2009 +0000 @@ -4,20 +4,15 @@ #include <inttypes.h> #include "config.h" +#include "mp_msg.h" +#include "mpbswap.h" +#include "ad_internal.h" #ifdef CONFIG_QUICKTIME #include <QuickTime/QuickTimeComponents.h> -#endif - -#include "mp_msg.h" - +#else +#include "loader/ldt_keeper.h" #include "loader/wine/windef.h" - -#include "ad_internal.h" -#include "mpbswap.h" - -#ifdef WIN32_LOADER -#include "loader/ldt_keeper.h" #endif static ad_info_t info = {