aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-02 16:59:40 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-18 08:20:43 +0200
commitfa6286891fa4164510e4fbf4bc214ce3033b2d1b (patch)
tree3a0f3396d3c7867ea4bf02b0b20b5df1beb2576a /test
parentfa8fdbe22932a4717d2bc4060269da9bff228728 (diff)
Remove unused includes from wallet.cpp
This removes unused includes, such as undo.h or txmempool.h from wallet.cpp. Also, add missing ones, according to IWYU.
Diffstat (limited to 'test')
-rwxr-xr-xtest/lint/lint-circular-dependencies.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-circular-dependencies.py b/test/lint/lint-circular-dependencies.py
index 307b4dca5a..e366a08bd2 100755
--- a/test/lint/lint-circular-dependencies.py
+++ b/test/lint/lint-circular-dependencies.py
@@ -19,7 +19,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES = (
"qt/recentrequeststablemodel -> qt/walletmodel -> qt/recentrequeststablemodel",
"qt/sendcoinsdialog -> qt/walletmodel -> qt/sendcoinsdialog",
"qt/transactiontablemodel -> qt/walletmodel -> qt/transactiontablemodel",
- "wallet/fees -> wallet/wallet -> wallet/fees",
"wallet/wallet -> wallet/walletdb -> wallet/wallet",
"kernel/coinstats -> validation -> kernel/coinstats",
"kernel/mempool_persist -> validation -> kernel/mempool_persist",