mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Remove includes in .cpp files for things the corresponding .h file already included
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
#include <script/interpreter.h>
|
||||
|
||||
#include <primitives/transaction.h>
|
||||
#include <crypto/ripemd160.h>
|
||||
#include <crypto/sha1.h>
|
||||
#include <crypto/sha256.h>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include <key.h>
|
||||
#include <keystore.h>
|
||||
#include <script/script.h>
|
||||
#include <script/standard.h>
|
||||
#include <script/sign.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user