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