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/test/test_bitcoin.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/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 48e49ed75..7d5207b11 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -12,8 +12,8 @@ #include "ui_interface.h" #include "util.h" #ifdef ENABLE_WALLET -#include "db.h" -#include "wallet.h" +#include "wallet/db.h" +#include "wallet/wallet.h" #endif #include <boost/filesystem.hpp> |