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

[trivial fix] remove accidental recursive include #496

Merged
merged 1 commit into from
Oct 1, 2020

Conversation

v4hn
Copy link
Contributor

@v4hn v4hn commented Oct 1, 2020

The file should not include itself.
Might seem like a cosmetic cleanup, but some code sanitizers like include-what-you-use fail due to this line.


This change is Reviewable

The file should not include itself.
Might seem like a cosmetic cleanup, but some code sanitizers like `include-what-you-use` fail due to this line.
Copy link
Contributor

@SeanCurtis-TRI SeanCurtis-TRI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:LGTM:

Thanks for catching that. Obviously you've got an include-what-you-use sanitizer running. :)

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@SeanCurtis-TRI SeanCurtis-TRI merged commit 7b0e701 into flexible-collision-library:master Oct 1, 2020
@v4hn
Copy link
Contributor Author

v4hn commented Oct 1, 2020

Obviously you've got an include-what-you-use sanitizer running. :)

What makes you think so? 🤡

Thanks for merging right away.

@SeanCurtis-TRI
Copy link
Contributor

Well, if you make such simpler PRs that are so obviously correct, review becomes a trivial endeavor. So, thank you for making my life simple. :)

@v4hn
Copy link
Contributor Author

v4hn commented Oct 1, 2020 via email

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