1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

Reorder #includes and #ifdefs to avoid excessive #ifdeffery.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28232 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-01-02 12:48:11 +00:00
parent c6c7538c54
commit 4e13ef3aca

View File

@ -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"
#include "loader/wine/windef.h"
#include "ad_internal.h"
#include "mpbswap.h"
#ifdef WIN32_LOADER
#else
#include "loader/ldt_keeper.h"
#include "loader/wine/windef.h"
#endif
static ad_info_t info = {