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

@@ -11,17 +11,12 @@
#include <qt/forms/ui_helpmessagedialog.h>
#include <qt/bitcoingui.h>
#include <qt/clientmodel.h>
#include <qt/guiconstants.h>
#include <qt/intro.h>
#ifdef ENABLE_BIP70
#include <qt/paymentrequestplus.h>
#endif
#include <qt/guiutil.h>
#include <clientversion.h>
#include <init.h>
#include <interfaces/node.h>
#include <util/system.h>
#include <util/strencodings.h>