diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-05-31 17:42:38 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2016-07-31 14:01:44 -0400 |
commit | 21ba407a7369a0229b8a8554dee0da63a64e6639 (patch) | |
tree | 8a7298261bac9cc41951fcaf899455a784e7b759 /src/protocol.h | |
parent | 21e5b96ff417f304e624052f629e2b030984180f (diff) |
net: narrow include scope after moving to netaddress
Net functionality is no longer needed for CAddress/CAddrman/etc. now that
CNetAddr/CService/CSubNet are dumb storage classes.
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 15f27e2d2f..015215b2a6 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -10,7 +10,7 @@ #ifndef BITCOIN_PROTOCOL_H #define BITCOIN_PROTOCOL_H -#include "netbase.h" +#include "netaddress.h" #include "serialize.h" #include "uint256.h" #include "version.h" |