remove unneeded incude of wallet/db.h from rpcmining.cpp

This commit is contained in:
Philip Kaufmann 2015-04-23 14:56:05 +02:00 committed by Cory Fields
parent 3703385547
commit 59b149ff82
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
#include "util.h"
#include "validationinterface.h"
#ifdef ENABLE_WALLET
#include "wallet/db.h"
#include "wallet/wallet.h"
#endif