Skip to content

Commit 2f79e9d

Browse files
committed
refactor: remove unused header <arpa/inet.h> in protocol.cpp
1 parent 3ba25e3 commit 2f79e9d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/protocol.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
#include <util/strencodings.h>
99
#include <util/system.h>
1010

11-
#ifndef WIN32
12-
# include <arpa/inet.h>
13-
#endif
14-
1511
static std::atomic<bool> g_initial_block_download_completed(false);
1612

1713
namespace NetMsgType {

0 commit comments

Comments
 (0)