diff options
| author | Sebastian Falbesoner <[email protected]> | 2020-08-23 17:46:48 +0200 |
|---|---|---|
| committer | Sebastian Falbesoner <[email protected]> | 2020-09-06 02:29:30 +0200 |
| commit | 2f79e9d00206a5230377f49be7b2f6da70f80417 (patch) | |
| tree | 8a118f66f3589e20186fc5ee646d5fb8b86a50cc /src | |
| parent | Merge #19848: Remove mempool global from interfaces (diff) | |
| download | discoin-2f79e9d00206a5230377f49be7b2f6da70f80417.tar.xz discoin-2f79e9d00206a5230377f49be7b2f6da70f80417.zip | |
refactor: remove unused header <arpa/inet.h> in protocol.cpp
Diffstat (limited to 'src')
| -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 1f2e62854..48ca0c6df 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 { |