aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2016-05-31 17:42:38 -0400
committerCory Fields <cory-nospam-@coryfields.com>2016-07-31 14:01:44 -0400
commit21ba407a7369a0229b8a8554dee0da63a64e6639 (patch)
tree8a7298261bac9cc41951fcaf899455a784e7b759 /src/wallet/rpcwallet.cpp
parent21e5b96ff417f304e624052f629e2b030984180f (diff)
downloadbitcoin-21ba407a7369a0229b8a8554dee0da63a64e6639.tar.xz
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/wallet/rpcwallet.cpp')
-rw-r--r--src/wallet/rpcwallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index a90807e514..aa0a9374c1 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -10,7 +10,6 @@
#include "init.h"
#include "main.h"
#include "net.h"
-#include "netbase.h"
#include "policy/rbf.h"
#include "rpc/server.h"
#include "timedata.h"