mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 00:06:25 +01: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:
parent
c6c7538c54
commit
4e13ef3aca
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user