aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-03-31 08:42:56 +0200
committerWladimir J. van der Laan <[email protected]>2014-03-31 08:43:18 +0200
commite18bc583d41d97cdab93b7ffd111402628cfba19 (patch)
tree76411fb81a473032bcdc58a508ba96ed6ed72df0 /src/rpcnet.cpp
parentMerge pull request #3937 (diff)
parentOrganize RPCCommands table (diff)
downloaddiscoin-e18bc583d41d97cdab93b7ffd111402628cfba19.tar.xz
discoin-e18bc583d41d97cdab93b7ffd111402628cfba19.zip
Merge pull request #3964
ab88ed9 Organize RPCCommands table (Wladimir J. van der Laan)
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r--src/rpcnet.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp
index 3fe328772..1b56d9ae7 100644
--- a/src/rpcnet.cpp
+++ b/src/rpcnet.cpp
@@ -10,10 +10,6 @@
#include "protocol.h"
#include "sync.h"
#include "util.h"
-#ifdef ENABLE_WALLET
-#include "init.h" // for getinfo
-#include "wallet.h" // for getinfo
-#endif
#include <boost/foreach.hpp>
#include "json/json_spirit_value.h"