Make reasoning about dependencies easier by not including unused dependencies

This commit is contained in:
practicalswift
2019-06-01 14:25:09 +02:00
parent c7cfd20a77
commit eca9767673
98 changed files with 0 additions and 214 deletions

View File

@@ -9,18 +9,12 @@
#include <qt/guiutil.h>
#include <qt/peertablemodel.h>
#include <chain.h>
#include <chainparams.h>
#include <clientversion.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>
#include <validation.h>
#include <net.h>
#include <netbase.h>
#include <txmempool.h>
#include <ui_interface.h>
#include <util/system.h>
#include <warnings.h>
#include <stdint.h>