From 907504ae0f0e9faa45f23c7839ed5c0eaa9b3c40 Mon Sep 17 00:00:00 2001 From: svost Date: Thu, 21 Apr 2016 22:13:44 +0300 Subject: [PATCH] MSVC success build w/o it --- src/net.cpp | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/net.cpp b/src/net.cpp index fc22714..c235fd2 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -12,10 +12,6 @@ #include "miner.h" #include "ntp.h" -#ifdef WIN32 -#include -#endif - using namespace std; static const int MAX_OUTBOUND_CONNECTIONS = 16; -- 1.7.1