mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-12 05:34:57 +01:00
Make reasoning about dependencies easier by not including unused dependencies
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
#include <script/script.h>
|
||||
|
||||
#include <tinyformat.h>
|
||||
#include <util/strencodings.h>
|
||||
|
||||
const char* GetOpName(opcodetype opcode)
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
|
||||
#include <script/sigcache.h>
|
||||
|
||||
#include <memusage.h>
|
||||
#include <pubkey.h>
|
||||
#include <random.h>
|
||||
#include <uint256.h>
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
#include <crypto/sha256.h>
|
||||
#include <pubkey.h>
|
||||
#include <script/script.h>
|
||||
#include <util/system.h>
|
||||
#include <util/strencodings.h>
|
||||
|
||||
|
||||
typedef std::vector<unsigned char> valtype;
|
||||
|
||||
Reference in New Issue
Block a user