diff options
author | Jeff Garzik <jeff@garzik.org> | 2012-04-15 17:39:49 -0400 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-04-17 20:00:55 +0200 |
commit | 9eace6b1130ce7eb938476750159ec0baf752531 (patch) | |
tree | 1d4dfa6b1353129a91317a5fb3a0f624435c9377 /src/qt/walletmodel.cpp | |
parent | ed6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2 (diff) |
Move CWalletDB code to new walletdb module.
In addition to standard code separation, this change opens the door
to fixing several include inter-dependencies.
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r-- | src/qt/walletmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 8206394d2a..e23a2bb097 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -5,7 +5,7 @@ #include "transactiontablemodel.h" #include "wallet.h" -#include "db.h" // for BackupWallet +#include "walletdb.h" // for BackupWallet #include <QSet> |