diff options
| author | Philip Kaufmann <[email protected]> | 2015-04-23 14:56:05 +0200 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-05-14 01:02:01 -0400 |
| commit | 59b149ff829a0c7e5f18e908a3734a5a447e7007 (patch) | |
| tree | 387cdc5bc2d9d6462cf395c60bd7cfb490b81b6d /src/rpcmining.cpp | |
| parent | remove unused classes from db.h (diff) | |
| download | discoin-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.cpp | 1 |
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 |