Make reasoning about dependencies easier by not including unused dependencies

This commit is contained in:
practicalswift
2019-06-01 14:25:09 +02:00
parent c7cfd20a77
commit eca9767673
98 changed files with 0 additions and 214 deletions

View File

@@ -2,8 +2,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <core_io.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <script/script.h>
@@ -11,7 +9,6 @@
#include <serialize.h>
#include <streams.h>
#include <univalue.h>
#include <util/system.h>
#include <util/strencodings.h>
#include <version.h>