boost: moveonly: split CPubKey and friends to new files

This commit is contained in:
Cory Fields
2014-10-28 17:47:18 -04:00
parent 78c228c6e5
commit d2e74c55bd
17 changed files with 356 additions and 305 deletions

View File

@@ -6,8 +6,7 @@
#ifndef H_BITCOIN_SCRIPT_STANDARD
#define H_BITCOIN_SCRIPT_STANDARD
#include "key.h"
#include "script/script.h"
#include "uint256.h"
#include "script/interpreter.h"
#include <boost/variant.hpp>
@@ -15,6 +14,7 @@
#include <stdint.h>
class CScript;
class CKeyID;
/** A reference to a CScript: the Hash160 of its serialization (see script.h) */
class CScriptID : public uint160