mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
Remove unused includes
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
||||
class CPubKey;
|
||||
class CScript;
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#define BITCOIN_SCRIPT_KEYORIGIN_H
|
||||
|
||||
#include <serialize.h>
|
||||
#include <streams.h>
|
||||
#include <vector>
|
||||
|
||||
struct KeyOriginInfo
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#ifndef BITCOIN_SCRIPT_SIGN_H
|
||||
#define BITCOIN_SCRIPT_SIGN_H
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
#include <hash.h>
|
||||
#include <pubkey.h>
|
||||
#include <script/interpreter.h>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
#include <boost/variant.hpp>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
static const bool DEFAULT_ACCEPT_DATACARRIER = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user