mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
test: Remove unused scheduler.h include from the common setup
The common setup is included in virtually all tests, so it should be as slim as possible.
This commit is contained in:
parent
fa609c4f76
commit
fa9819695a
2 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <rpc/blockchain.h>
|
||||
#include <rpc/register.h>
|
||||
#include <rpc/server.h>
|
||||
#include <scheduler.h>
|
||||
#include <script/sigcache.h>
|
||||
#include <streams.h>
|
||||
#include <txdb.h>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include <node/context.h>
|
||||
#include <pubkey.h>
|
||||
#include <random.h>
|
||||
#include <scheduler.h>
|
||||
#include <txmempool.h>
|
||||
#include <util/string.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue