aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-21 00:13:47 +0200
committerjtimon <jtimon@blockstream.io>2014-10-27 13:54:37 +0100
commit99f41b9cf7b8e039cea75500a905498a1f6969f3 (patch)
treeec54a7cac01b19148b41f125fc887454f76a1fe8 /src/wallet.h
parent561e9e9de9793c187f29ab2d41b43a36447e9357 (diff)
downloadbitcoin-99f41b9cf7b8e039cea75500a905498a1f6969f3.tar.xz
MOVEONLY: core.o -> core/block.o
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h2
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"