aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2015-04-23 14:56:05 +0200
committerCory Fields <[email protected]>2015-05-14 01:02:01 -0400
commit59b149ff829a0c7e5f18e908a3734a5a447e7007 (patch)
tree387cdc5bc2d9d6462cf395c60bd7cfb490b81b6d /src/rpcmining.cpp
parentremove unused classes from db.h (diff)
downloaddiscoin-59b149ff829a0c7e5f18e908a3734a5a447e7007.tar.xz
discoin-59b149ff829a0c7e5f18e908a3734a5a447e7007.zip
remove unneeded incude of wallet/db.h from rpcmining.cpp
Diffstat (limited to 'src/rpcmining.cpp')
-rw-r--r--src/rpcmining.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp
index 24b865150..a6a8b9422 100644
--- a/src/rpcmining.cpp
+++ b/src/rpcmining.cpp
@@ -16,7 +16,6 @@
#include "util.h"
#include "validationinterface.h"
#ifdef ENABLE_WALLET
-#include "wallet/db.h"
#include "wallet/wallet.h"
#endif