tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests

This commit is contained in:
practicalswift
2019-06-24 17:22:28 +02:00
parent 1b28bca04c
commit 9a841696c1
52 changed files with 46 additions and 62 deletions

View File

@@ -2,6 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <util/memory.h>
#include <util/system.h>
#include <util/time.h>
#include <validation.h>
@@ -17,8 +18,6 @@
#include <condition_variable>
#include <unordered_set>
#include <memory>
#include <random.h>
// BasicTestingSetup not sufficient because nScriptCheckThreads is not set
// otherwise.