Skip to content

Commit 67ee4ec

Browse files
committed
net: misc header cleanups
1 parent 8b3159e commit 67ee4ec

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/net.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
#include <miniupnpc/upnperrors.h>
3636
#endif
3737

38-
#include <boost/filesystem.hpp>
39-
#include <boost/thread.hpp>
4038

4139
#include <math.h>
4240

src/netbase.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,14 @@
1616
#include "util.h"
1717
#include "utilstrencodings.h"
1818

19-
#ifdef HAVE_GETADDRINFO_A
20-
#include <netdb.h>
21-
#endif
2219
#include <atomic>
2320

2421
#ifndef WIN32
25-
#if HAVE_INET_PTON
26-
#include <arpa/inet.h>
27-
#endif
2822
#include <fcntl.h>
2923
#endif
3024

3125
#include <boost/algorithm/string/case_conv.hpp> // for to_lower()
3226
#include <boost/algorithm/string/predicate.hpp> // for startswith() and endswith()
33-
#include <boost/thread.hpp>
3427

3528
#if !defined(HAVE_MSG_NOSIGNAL) && !defined(MSG_NOSIGNAL)
3629
#define MSG_NOSIGNAL 0

0 commit comments

Comments
 (0)