Skip to content

Commit fcabe79

Browse files
hebastovijaydasmp
authored andcommitted
Merge bitcoin-core/gui#613: Remove unnecessary wallet includes from rpcconsole.cpp
0994273 qt: Remove unnecessary wallet includes from rpcconsole.cpp (laanwj) Pull request description: Fixes bitcoin#25266 ACKs for top commit: MarcoFalke: cr ACK 0994273 hebasto: ACK 0994273. Tree-SHA512: 02cef4a1f3522c4cd662853eb930dfdf0866a5bd959a00f4c42d8c741b0751df4cf2e14c304b93ca3ce699c0e9730caf3d6fa2053009af312c60e861b0f79179
1 parent 63af17d commit fcabe79

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/qt/rpcconsole.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@
3535

3636
#include <univalue.h>
3737

38-
#ifdef ENABLE_WALLET
39-
#ifdef USE_BDB
40-
#include <wallet/bdb.h>
41-
#endif
42-
#include <wallet/db.h>
43-
#include <wallet/walletutil.h>
44-
#endif
45-
4638
#include <QAbstractButton>
4739
#include <QAbstractItemModel>
4840
#include <QButtonGroup>

0 commit comments

Comments
 (0)