File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 35
35
#include < miniupnpc/upnperrors.h>
36
36
#endif
37
37
38
- #include < boost/filesystem.hpp>
39
- #include < boost/thread.hpp>
40
38
41
39
#include < math.h>
42
40
Original file line number Diff line number Diff line change 16
16
#include " util.h"
17
17
#include " utilstrencodings.h"
18
18
19
- #ifdef HAVE_GETADDRINFO_A
20
- #include < netdb.h>
21
- #endif
22
19
#include < atomic>
23
20
24
21
#ifndef WIN32
25
- #if HAVE_INET_PTON
26
- #include < arpa/inet.h>
27
- #endif
28
22
#include < fcntl.h>
29
23
#endif
30
24
31
25
#include < boost/algorithm/string/case_conv.hpp> // for to_lower()
32
26
#include < boost/algorithm/string/predicate.hpp> // for startswith() and endswith()
33
- #include < boost/thread.hpp>
34
27
35
28
#if !defined(HAVE_MSG_NOSIGNAL) && !defined(MSG_NOSIGNAL)
36
29
#define MSG_NOSIGNAL 0
You can’t perform that action at this time.
0 commit comments