-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 #1270
Cleanup headers #1270
Conversation
SunnyWar
commented
Sep 5, 2020
•
edited
Loading
edited
- Change deprecated headers to the modern equivalent.
- Remove unused headers.
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.
Thanks! After checking each of these changes, you have a lot of great finds of unused headers here. I commented every occurrence that I think needs to be restored/adjusted (in addition to the ones that @CaseyCarter noted); I think after one more revision this will be ready to merge. 😺
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.
Looks good! I pushed a one-line change to adjust the spacing before a comment in a clang-format-off block (we conventionally use one space before comments). This will also cycle the tests which timed out for an unknown infrastructure reason (I saw that affect another PR too).
Thanks again for cleaning this up! ✨ 😸 |