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:
MarcoFalke 2020-05-28 08:46:50 -04:00
parent fa609c4f76
commit fa9819695a
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
2 changed files with 1 additions and 1 deletions

View file

@ -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>

View file

@ -11,7 +11,6 @@
#include <node/context.h>
#include <pubkey.h>
#include <random.h>
#include <scheduler.h>
#include <txmempool.h>
#include <util/string.h>