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

@@ -13,14 +13,12 @@
#include <thread>
#include "xenia/base/logging.h"
#include "xenia/base/platform_win.h"
// winsock includes must come after platform_win.h:
// clang-format off
#include "xenia/base/platform_win.h"
#include <mstcpip.h> // NOLINT(build/include_order)
#include <winsock2.h> // NOLINT(build/include_order)
#include <ws2tcpip.h> // NOLINT(build/include_order)
// clang-format on
namespace xe {