-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Cleanup headers after #20788 #22952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup headers after #20788 #22952
Conversation
cc @vasild |
Just out of curiosity - what drove you to do this change? Did you use some tool which suggested these changes? It is somewhat difficult to asses whether removing I see why Why remove Same for making |
Reading dec9b5e commit while working on #20744.
No. The added code is short enough to manually verify need of
Why was it added in dec9b5e? I see no reason for that.
Same. I see no reason to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 3174425
Alright, thanks for the clarifications, @hebasto. I don't remember why I added <cwchar>
, surely it was not without a reason, maybe some windows CI failed on me. Anyway, now it looks like it is not needed and CI is green.
Is it time to integrate https://include-what-you-use.org/ into the project?
|
3174425 Cleanup headers after #20788 (Hennadii Stepanov) Pull request description: This is a header cleanup after #20788. ACKs for top commit: vasild: ACK 3174425 Tree-SHA512: 1c21b1ba43841880625289174f10e5b333f6eb857f448e1e4114b1ecdf32a6044ec91c5987c1d66806c1d408a4e3d46569eb41d69a0acb8296601d7c203d9f1d
🐙 This pull request conflicts with the target branch and needs rebase. Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft". |
This was merged, but not marked as merged by GitHub. |
3174425 Cleanup headers after bitcoin#20788 (Hennadii Stepanov) Pull request description: This is a header cleanup after bitcoin#20788. ACKs for top commit: vasild: ACK 3174425 Tree-SHA512: 1c21b1ba43841880625289174f10e5b333f6eb857f448e1e4114b1ecdf32a6044ec91c5987c1d66806c1d408a4e3d46569eb41d69a0acb8296601d7c203d9f1d
This is a header cleanup after #20788.