diff options
| author | rfree2monero <rfreemonero@op.pl> | 2015-02-12 21:34:00 +0100 |
|---|---|---|
| committer | rfree2monero <rfreemonero@op.pl> | 2015-02-20 22:13:00 +0100 |
| commit | 39fc63f48dd570920d04a4e5f1eb7aab5f11d5c4 (patch) | |
| tree | 522baf336de8f5bacea618af9c97ac34db47267d | |
| parent | 5ce4256e3d6ff2e1595750e3875865089e20a03b (diff) | |
| download | monzero-core-39fc63f48dd570920d04a4e5f1eb7aab5f11d5c4.tar.gz monzero-core-39fc63f48dd570920d04a4e5f1eb7aab5f11d5c4.tar.xz monzero-core-39fc63f48dd570920d04a4e5f1eb7aab5f11d5c4.zip | |
removed not needed <netinet/in.h>
| -rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.h b/src/cryptonote_protocol/cryptonote_protocol_handler.h index 0be864dfa..ada269678 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.h +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.h @@ -45,7 +45,6 @@ #include "cryptonote_core/connection_context.h" #include "cryptonote_core/cryptonote_stat_info.h" #include "cryptonote_core/verification_context.h" -#include <netinet/in.h> #include <boost/circular_buffer.hpp> PUSH_WARNINGS |
