mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove unused includes
This commit is contained in:
parent
eb292af309
commit
084e17cebd
119 changed files with 0 additions and 159 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue