Remove special rules for Windows.h and library includes
This commit is contained in:
parent
84fbbe2629
commit
f120e78b56
6 changed files with 8 additions and 10 deletions
|
@ -10,9 +10,9 @@
|
|||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <fcntl.h>
|
||||
#include <map>
|
||||
#include <numeric>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <WinSock2.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue