mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
refactor: remove unused header <arpa/inet.h> in protocol.cpp
This commit is contained in:
parent
3ba25e3bdd
commit
2f79e9d002
1 changed files with 0 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue