MOVEONLY: separate CTxUndo out of core

This commit is contained in:
jtimon
2014-10-18 19:53:37 +02:00
parent 4a3587d8db
commit 999a2ab41e
5 changed files with 74 additions and 60 deletions

View File

@@ -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;