diff options
| author | jtimon <[email protected]> | 2014-10-21 00:13:47 +0200 |
|---|---|---|
| committer | jtimon <[email protected]> | 2014-10-27 13:54:37 +0100 |
| commit | 99f41b9cf7b8e039cea75500a905498a1f6969f3 (patch) | |
| tree | ec54a7cac01b19148b41f125fc887454f76a1fe8 /src/wallet.h | |
| parent | MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from (diff) | |
| download | discoin-99f41b9cf7b8e039cea75500a905498a1f6969f3.tar.xz discoin-99f41b9cf7b8e039cea75500a905498a1f6969f3.zip | |
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 4c559cb7b..acb30970c 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" |