mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
qt: Remove unnecessary wallet includes from rpcconsole.cpp
This commit is contained in:
parent
39ddd522c3
commit
0994273649
1 changed files with 0 additions and 8 deletions
|
@ -27,14 +27,6 @@
|
|||
|
||||
#include <univalue.h>
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
#ifdef USE_BDB
|
||||
#include <wallet/bdb.h>
|
||||
#endif
|
||||
#include <wallet/db.h>
|
||||
#include <wallet/wallet.h>
|
||||
#endif
|
||||
|
||||
#include <QAbstractButton>
|
||||
#include <QAbstractItemModel>
|
||||
#include <QDateTime>
|
||||
|
|
Loading…
Add table
Reference in a new issue