Cleanup for the latest clang-format version.

This commit is contained in:
Ben Vanik
2015-12-03 19:52:02 -08:00
parent 249b952de9
commit 00240945fe
6 changed files with 32 additions and 36 deletions

View File

@@ -10,10 +10,9 @@
#include "xenia/hid/xinput/xinput_input_driver.h"
// Must be included before xinput.h to avoid windows.h conflicts:
// clang-format off
#include "xenia/base/platform_win.h"
#include <xinput.h> // NOLINT(build/include_order)
// clang-format on
#include "xenia/hid/hid_flags.h"