diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2020-08-23 17:46:48 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2020-09-06 02:29:30 +0200 |
commit | 2f79e9d00206a5230377f49be7b2f6da70f80417 (patch) | |
tree | 8a118f66f3589e20186fc5ee646d5fb8b86a50cc | |
parent | 3ba25e3bdde3464eed5d2743d68546e48b005544 (diff) |
refactor: remove unused header <arpa/inet.h> in protocol.cpp
-rw-r--r-- | src/protocol.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 1f2e628545..48ca0c6df6 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -8,10 +8,6 @@ #include <util/strencodings.h> #include <util/system.h> -#ifndef WIN32 -# include <arpa/inet.h> -#endif - static std::atomic<bool> g_initial_block_download_completed(false); namespace NetMsgType { |