refactor: Nuke guiutil circular dependency

Co-authored-by: Gregory Sanders <gsanders87@gmail.com>
This commit is contained in:
Hennadii Stepanov
2019-11-19 11:27:35 +02:00
parent 73b5505cfe
commit 567cb44eb9
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
#include <qt/bitcoinunits.h> #include <qt/bitcoinunits.h>
#include <qt/qvalidatedlineedit.h> #include <qt/qvalidatedlineedit.h>
#include <qt/sendcoinsrecipient.h> #include <qt/sendcoinsrecipient.h>
#include <qt/walletmodel.h>
#include <base58.h> #include <base58.h>
#include <chainparams.h> #include <chainparams.h>

View File

@ -28,7 +28,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"wallet/fees -> wallet/wallet -> wallet/fees" "wallet/fees -> wallet/wallet -> wallet/fees"
"wallet/wallet -> wallet/walletdb -> wallet/wallet" "wallet/wallet -> wallet/walletdb -> wallet/wallet"
"policy/fees -> txmempool -> validation -> policy/fees" "policy/fees -> txmempool -> validation -> policy/fees"
"qt/guiutil -> qt/walletmodel -> qt/optionsmodel -> qt/guiutil"
"txmempool -> validation -> validationinterface -> txmempool" "txmempool -> validation -> validationinterface -> txmempool"
"wallet/scriptpubkeyman -> wallet/wallet -> wallet/scriptpubkeyman" "wallet/scriptpubkeyman -> wallet/wallet -> wallet/scriptpubkeyman"
) )