Remove now-unnecessary poll, fcntl includes from net(base).cpp

As far as I can tell, the code calling for these includes was removed in:
6e68ccbefe #24356
82d360b5a8 #21387
This commit is contained in:
Ben Woosley
2023-04-25 15:32:30 -05:00
parent 626d346469
commit 8d9b90a61e
2 changed files with 0 additions and 14 deletions

View File

@@ -21,14 +21,6 @@
#include <limits>
#include <memory>
#ifndef WIN32
#include <fcntl.h>
#endif
#ifdef USE_POLL
#include <poll.h>
#endif
// Settings
static GlobalMutex g_proxyinfo_mutex;
static Proxy proxyInfo[NET_MAX] GUARDED_BY(g_proxyinfo_mutex);