win,nfc: disable clang-format for #include order
PR-URL: https://github.com/libuv/libuv/pull/2854 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Jameson Nash <vtjnash@gmail.com>
This commit is contained in:
parent
3cd7ee7278
commit
cc506dd97c
@ -30,12 +30,14 @@
|
||||
#include "uv.h"
|
||||
#include "internal.h"
|
||||
|
||||
/* clang-format off */
|
||||
#include <winsock2.h>
|
||||
#include <winperf.h>
|
||||
#include <iphlpapi.h>
|
||||
#include <psapi.h>
|
||||
#include <tlhelp32.h>
|
||||
#include <windows.h>
|
||||
/* clang-format on */
|
||||
#include <userenv.h>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user