mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Remove unused includes
This commit is contained in:
parent
eb292af309
commit
084e17cebd
119 changed files with 0 additions and 159 deletions
|
|
@ -5,10 +5,8 @@
|
|||
#ifndef BITCOIN_CONSENSUS_MERKLE_H
|
||||
#define BITCOIN_CONSENSUS_MERKLE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <vector>
|
||||
|
||||
#include <primitives/transaction.h>
|
||||
#include <primitives/block.h>
|
||||
#include <uint256.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
|
||||
#include <uint256.h>
|
||||
#include <limits>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
namespace Consensus {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue