diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-18 19:53:37 +0200 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-10-27 13:54:37 +0100 |
commit | 999a2ab41ec96311c145d74822c246a3b92a9b33 (patch) | |
tree | 0074ad1e89eeba1150d9470f29ba901e087c300d /src/main.h | |
parent | 4a3587d8db9f651866ce70312ac9de11316b42c9 (diff) |
MOVEONLY: separate CTxUndo out of core
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 3a3687ec1d..09f22471d6 100644 --- a/src/main.h +++ b/src/main.h @@ -25,6 +25,7 @@ #include "tinyformat.h" #include "txmempool.h" #include "uint256.h" +#include "undo.h" #include <algorithm> #include <exception> @@ -129,7 +130,6 @@ static const uint64_t nMinDiskSpace = 52428800; class CBlockTreeDB; -class CTxUndo; class CScriptCheck; class CValidationState; class CValidationInterface; |