diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-04-23 14:56:05 +0200 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-05-14 01:02:01 -0400 |
commit | 59b149ff829a0c7e5f18e908a3734a5a447e7007 (patch) | |
tree | 387cdc5bc2d9d6462cf395c60bd7cfb490b81b6d /src | |
parent | 370338554745d8a515f00172838c06132ceb333b (diff) |
remove unneeded incude of wallet/db.h from rpcmining.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/rpcmining.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 24b865150a..a6a8b9422f 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 |