You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin#25645: refactor: Remove unused includes from dbwrapper.h
faf98ae Remove unused includes in rpc/fees.cpp (MacroFake)
1111dde Remove unused includes from dbwrapper.h (MacroFake)
fa77fdd Add missing includes (MacroFake)
fa869ce Add missing includes to node/chainstate (MacroFake)
Pull request description:
Unused includes are confusing, but also cause unrelated compile errors when the unused includes were to be removed.
Fix that by adding the missing includes where they are needed and then remove them where they are not needed. This is also checked by iwyu.
ACKs for top commit:
hebasto:
ACK faf98ae, I have reviewed the code and it looks OK, I agree it can be merged.
jarolrod:
Code Review ACK bitcoin@faf98ae
Tree-SHA512: 75f3c6e6f6ecf8a98233e1a1463c75ca4e0eb3ec341150d274141072fe95413a3c2ec6386d1c527899cc63d43f63f5eb5991509847412773362808ddfb1bb435
0 commit comments