Fixing include orders and whitelisting others.

Will be broken until clang SVN 253772 is available on travis/snapshots.
This commit is contained in:
Ben Vanik
2015-11-21 11:34:46 -08:00
parent add68c3743
commit 1956b8708e
7 changed files with 11 additions and 6 deletions

View File

@@ -10,8 +10,10 @@
#include "xenia/apu/xaudio2/xaudio2_audio_driver.h"
// Must be included before xaudio2.h so we get the right windows.h include.
// clang-format off
#include "xenia/base/platform_win.h"
#include <xaudio2.h> // NOLINT(build/include_order)
// clang-format on
#include "xenia/apu/apu_flags.h"
#include "xenia/base/clock.h"