mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Move CWalletDB code to new walletdb module.
In addition to standard code separation, this change opens the door to fixing several include inter-dependencies.
This commit is contained in:
committed by
Pieter Wuille
parent
ed6d0b5f85
commit
9eace6b113
@@ -5,7 +5,7 @@
|
||||
#include "transactiontablemodel.h"
|
||||
|
||||
#include "wallet.h"
|
||||
#include "db.h" // for BackupWallet
|
||||
#include "walletdb.h" // for BackupWallet
|
||||
|
||||
#include <QSet>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user