We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626d346 commit 8d9b90aCopy full SHA for 8d9b90a
src/net.cpp
@@ -37,18 +37,12 @@
37
38
#ifdef WIN32
39
#include <string.h>
40
-#else
41
-#include <fcntl.h>
42
#endif
43
44
#if HAVE_DECL_GETIFADDRS && HAVE_DECL_FREEIFADDRS
45
#include <ifaddrs.h>
46
47
48
-#ifdef USE_POLL
49
-#include <poll.h>
50
-#endif
51
-
52
#include <algorithm>
53
#include <array>
54
#include <cstdint>
src/netbase.cpp
@@ -21,14 +21,6 @@
21
#include <limits>
22
#include <memory>
23
24
-#ifndef WIN32
25
26
27
28
29
30
31
32
// Settings
33
static GlobalMutex g_proxyinfo_mutex;
34
static Proxy proxyInfo[NET_MAX] GUARDED_BY(g_proxyinfo_mutex);
0 commit comments