-
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
Remove unnecessary #include "awint.hpp" #4015
Conversation
@microsoft-github-policy-service agree |
clang-format format validation fails, looks like it does not want extra newline between standard includes |
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.
<yvals.h>
is already included by several other standard headers, so we don't need to additionally include it.
Thanks! I double-checked the codebase, by searching for all mentions of |
Thank you all for the review! |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks again for cleaning up this code! 🧹 😸 🎉 |
Resolve #3937