Skip to content
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

Avoid including standard headers when we don't need them #117

Conversation

hikari-no-yume
Copy link
Collaborator

I was motivated to do this by #98, though alas, Clang will complain about incorrect definitions of standard library functions even if you don't include their headers. :)

In any case, I think this is better hygiene in general, IMHO.

@hikari-no-yume hikari-no-yume merged commit caaf612 into JuliaHubOSS:master May 10, 2021
@hikari-no-yume hikari-no-yume deleted the dont-include-unnecessary-headers branch May 10, 2021 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants