aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-18 02:34:06 +0200
committerjtimon <jtimon@blockstream.io>2014-10-27 13:54:37 +0100
commit4a3587d8db9f651866ce70312ac9de11316b42c9 (patch)
tree4717c2c662fb32ff2286f6bb656659566a2fe2ea /src/txmempool.h
parenteda37330911b005f4be0c2d934346b26247d50f5 (diff)
downloadbitcoin-4a3587d8db9f651866ce70312ac9de11316b42c9.tar.xz
MOVEONLY: Separate CTransaction and dependencies from core
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index df2fbc78c3..2ec80cb860 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -10,7 +10,7 @@
#include "amount.h"
#include "coins.h"
-#include "core.h"
+#include "core/transaction.h"
#include "sync.h"
class CAutoFile;