Skip to content

Commit 567cb44

Browse files
hebastoinstagibbs
andcommitted
refactor: Nuke guiutil circular dependency
Co-authored-by: Gregory Sanders <[email protected]>
1 parent 73b5505 commit 567cb44

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/qt/guiutil.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <qt/bitcoinunits.h>
99
#include <qt/qvalidatedlineedit.h>
1010
#include <qt/sendcoinsrecipient.h>
11-
#include <qt/walletmodel.h>
1211

1312
#include <base58.h>
1413
#include <chainparams.h>

test/lint/lint-circular-dependencies.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
2828
"wallet/fees -> wallet/wallet -> wallet/fees"
2929
"wallet/wallet -> wallet/walletdb -> wallet/wallet"
3030
"policy/fees -> txmempool -> validation -> policy/fees"
31-
"qt/guiutil -> qt/walletmodel -> qt/optionsmodel -> qt/guiutil"
3231
"txmempool -> validation -> validationinterface -> txmempool"
3332
"wallet/scriptpubkeyman -> wallet/wallet -> wallet/scriptpubkeyman"
3433
)

0 commit comments

Comments
 (0)