diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-03-31 08:42:56 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-31 08:43:18 +0200 |
| commit | e18bc583d41d97cdab93b7ffd111402628cfba19 (patch) | |
| tree | 76411fb81a473032bcdc58a508ba96ed6ed72df0 /src/rpcnet.cpp | |
| parent | Merge pull request #3937 (diff) | |
| parent | Organize RPCCommands table (diff) | |
| download | discoin-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.cpp | 4 |
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" |