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

@@ -5,14 +5,15 @@
#include <util/system.h>
#include <clientversion.h>
#include <primitives/transaction.h>
#include <sync.h>
#include <test/util.h>
#include <util/strencodings.h>
#include <util/moneystr.h>
#include <util/time.h>
#include <test/setup_common.h>
#include <stdint.h>
#include <thread>
#include <vector>
#ifndef WIN32
#include <signal.h>