mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
Rename the remaining main.{h,cpp} to validation.{h,cpp}
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "utilstrencodings.h"
|
||||
#include "test/test_bitcoin.h"
|
||||
#include "test/test_random.h"
|
||||
#include "main.h"
|
||||
#include "validation.h"
|
||||
#include "consensus/validation.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include "chainparams.h"
|
||||
#include "main.h"
|
||||
#include "validation.h"
|
||||
#include "net.h"
|
||||
|
||||
#include "test/test_bitcoin.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "consensus/consensus.h"
|
||||
#include "consensus/merkle.h"
|
||||
#include "consensus/validation.h"
|
||||
#include "main.h"
|
||||
#include "validation.h"
|
||||
#include "miner.h"
|
||||
#include "pubkey.h"
|
||||
#include "script/standard.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "core_io.h"
|
||||
#include "key.h"
|
||||
#include "keystore.h"
|
||||
#include "main.h"
|
||||
#include "validation.h"
|
||||
#include "policy/policy.h"
|
||||
#include "script/script.h"
|
||||
#include "script/script_error.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "consensus/validation.h"
|
||||
#include "data/sighash.json.h"
|
||||
#include "hash.h"
|
||||
#include "main.h" // For CheckTransaction
|
||||
#include "validation.h" // For CheckTransaction
|
||||
#include "script/interpreter.h"
|
||||
#include "script/script.h"
|
||||
#include "serialize.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include "main.h"
|
||||
#include "validation.h"
|
||||
#include "pubkey.h"
|
||||
#include "key.h"
|
||||
#include "script/script.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "consensus/consensus.h"
|
||||
#include "consensus/validation.h"
|
||||
#include "key.h"
|
||||
#include "main.h"
|
||||
#include "validation.h"
|
||||
#include "miner.h"
|
||||
#include "net_processing.h"
|
||||
#include "pubkey.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "core_io.h"
|
||||
#include "key.h"
|
||||
#include "keystore.h"
|
||||
#include "main.h" // For CheckTransaction
|
||||
#include "validation.h" // For CheckTransaction
|
||||
#include "policy/policy.h"
|
||||
#include "script/script.h"
|
||||
#include "script/sign.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "consensus/validation.h"
|
||||
#include "key.h"
|
||||
#include "main.h"
|
||||
#include "validation.h"
|
||||
#include "miner.h"
|
||||
#include "pubkey.h"
|
||||
#include "txmempool.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "test/test_bitcoin.h"
|
||||
#include "test/test_random.h"
|
||||
#include "chainparams.h"
|
||||
#include "main.h"
|
||||
#include "validation.h"
|
||||
#include "consensus/params.h"
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
Reference in New Issue
Block a user