Merge pull request #5100
99f41b9MOVEONLY: core.o -> core/block.o (jtimon)561e9e9MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from core) with it (jtimon)999a2abMOVEONLY: separate CTxUndo out of core (jtimon)4a3587dMOVEONLY: Separate CTransaction and dependencies from core (jtimon)eda3733MOVEONLY: Move CFeeRate and Amount constants to amount.o (jtimon)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include "main.h"
|
||||
#include "compressor.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include "core.h"
|
||||
#include "core/transaction.h"
|
||||
#include "main.h"
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "util.h"
|
||||
|
||||
#include "core.h"
|
||||
#include "core/transaction.h"
|
||||
#include "random.h"
|
||||
#include "sync.h"
|
||||
#include "utilstrencodings.h"
|
||||
|
||||
Reference in New Issue
Block a user