Skip to content

Commit

Permalink
win,nfc: disable clang-format for #include order
Browse files Browse the repository at this point in the history
PR-URL: #2854
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Jameson Nash <vtjnash@gmail.com>
  • Loading branch information
escherstair authored and vtjnash committed Aug 4, 2020
1 parent 3cd7ee7 commit cc506dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/win/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit cc506dd

Please sign in to comment.