File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ if [ "${RUN_TIDY}" = "true" ]; then
7373 iwyu_tool.py \
7474 " src/compat" \
7575 " src/init" \
76+ " src/rpc/fees.cpp" \
77+ " src/rpc/signmessage.cpp" \
7678 -p . " ${MAKEJOBS} " \
7779 -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=" ${BASE_ROOT_DIR} /contrib/devtools/iwyu/bitcoin.core.imp" \
7880 | & tee " /tmp/iwyu_ci.out"
Original file line number Diff line number Diff line change 2121#include < algorithm>
2222#include < array>
2323#include < cmath>
24+ #include < list>
2425#include < string>
26+ #include < vector>
27+
28+ struct NodeContext ;
2529
2630static RPCHelpMan estimatesmartfee ()
2731{
Original file line number Diff line number Diff line change 1313#include < util/message.h>
1414
1515#include < string>
16+ #include < vector>
1617
1718static RPCHelpMan verifymessage ()
1819{
You can’t perform that action at this time.
0 commit comments