diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-03-20 16:05:37 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-03-20 16:08:35 +0100 |
| commit | 05f17d4eaa9e74836d5736d50e456420949f2732 (patch) | |
| tree | a0d1ff8a01ef42a7ed3bd84fc28a13741861d384 /src/qt/walletmodel.cpp | |
| parent | Merge #5810: MOVEONLY-ISH: allocators: split allocators and pagelocker (diff) | |
| parent | [Move Only] Move wallet related things to src/wallet/ (diff) | |
| download | discoin-05f17d4eaa9e74836d5736d50e456420949f2732.tar.xz discoin-05f17d4eaa9e74836d5736d50e456420949f2732.zip | |
Merge pull request #5745
50c72f2 [Move Only] Move wallet related things to src/wallet/ (Jonas Schnelli)
Diffstat (limited to 'src/qt/walletmodel.cpp')
| -rw-r--r-- | src/qt/walletmodel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 1baa5eb93..09ed8ce9f 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -12,13 +12,13 @@ #include "transactiontablemodel.h" #include "base58.h" -#include "db.h" +#include "wallet/db.h" #include "keystore.h" #include "main.h" #include "sync.h" #include "ui_interface.h" -#include "wallet.h" -#include "walletdb.h" // for BackupWallet +#include "wallet/wallet.h" +#include "wallet/walletdb.h" // for BackupWallet #include <stdint.h> |