We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b5505 commit 567cb44Copy full SHA for 567cb44
src/qt/guiutil.cpp
@@ -8,7 +8,6 @@
8
#include <qt/bitcoinunits.h>
9
#include <qt/qvalidatedlineedit.h>
10
#include <qt/sendcoinsrecipient.h>
11
-#include <qt/walletmodel.h>
12
13
#include <base58.h>
14
#include <chainparams.h>
test/lint/lint-circular-dependencies.sh
@@ -28,7 +28,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
28
"wallet/fees -> wallet/wallet -> wallet/fees"
29
"wallet/wallet -> wallet/walletdb -> wallet/wallet"
30
"policy/fees -> txmempool -> validation -> policy/fees"
31
- "qt/guiutil -> qt/walletmodel -> qt/optionsmodel -> qt/guiutil"
32
"txmempool -> validation -> validationinterface -> txmempool"
33
"wallet/scriptpubkeyman -> wallet/wallet -> wallet/scriptpubkeyman"
34
)
0 commit comments