mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests
This commit is contained in:
parent
1b28bca04c
commit
9a841696c1
52 changed files with 46 additions and 62 deletions
|
|
@ -5,14 +5,10 @@
|
|||
#include <consensus/validation.h>
|
||||
#include <key.h>
|
||||
#include <validation.h>
|
||||
#include <miner.h>
|
||||
#include <pubkey.h>
|
||||
#include <txmempool.h>
|
||||
#include <random.h>
|
||||
#include <script/standard.h>
|
||||
#include <script/sign.h>
|
||||
#include <test/setup_common.h>
|
||||
#include <util/time.h>
|
||||
#include <keystore.h>
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue