Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module

...from amount.o to policy/feerate.o

Policy, because it moves policy code to the policy directory (common module)
This commit is contained in:
Jorge Timón
2016-03-31 23:30:17 +02:00
parent 330bb5a456
commit 381a46e38f
16 changed files with 70 additions and 46 deletions

View File

@@ -14,6 +14,7 @@
#include "coins.h"
#include "fs.h"
#include "protocol.h" // For CMessageHeader::MessageStartChars
#include "policy/feerate.h"
#include "script/script_error.h"
#include "sync.h"
#include "versionbits.h"