cgen: cleanup header for MSVC (#8863)

pull/8867/head
Stanislav Ershov 2021-02-20 23:39:46 +05:00 committed by GitHub
parent 746dfe6317
commit 30ed201600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -259,7 +259,6 @@ $c_common_macros
#include <io.h> // _waccess
#include <direct.h> // _wgetcwd
//#include <WinSock2.h>
#ifdef _MSC_VER
// On MSVC these are the same (as long as /volatile:ms is passed)
@ -278,8 +277,6 @@ $c_common_macros
#include <dbghelp.h>
#pragma comment(lib, "Dbghelp")
extern wchar_t **_wenviron;
#endif
#else
#include <pthread.h>