Remove unused includes

This commit is contained in:
practicalswift
2019-07-31 10:03:55 +00:00
parent eb292af309
commit 084e17cebd
119 changed files with 0 additions and 159 deletions

View File

@@ -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>

View File

@@ -8,8 +8,6 @@
#include <uint256.h>
#include <limits>
#include <map>
#include <string>
namespace Consensus {