diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-21 00:13:47 +0200 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-10-27 13:54:37 +0100 |
commit | 99f41b9cf7b8e039cea75500a905498a1f6969f3 (patch) | |
tree | ec54a7cac01b19148b41f125fc887454f76a1fe8 /src/wallet.h | |
parent | 561e9e9de9793c187f29ab2d41b43a36447e9357 (diff) |
MOVEONLY: core.o -> core/block.o
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index 4c559cb7b1..acb30970c6 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -7,7 +7,7 @@ #define BITCOIN_WALLET_H #include "amount.h" -#include "core.h" +#include "core/block.h" #include "core/transaction.h" #include "crypter.h" #include "key.h" |