Remove special rules for Windows.h and library includes

This commit is contained in:
Yuri Kunde Schlesner 2016-09-21 00:13:46 -07:00
parent 84fbbe2629
commit f120e78b56
6 changed files with 8 additions and 10 deletions

View file

@ -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>