aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
diff options
context:
space:
mode:
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 3fe328772a..1b56d9ae7d 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"