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

The "#include "removal should be checked down to up #3

Open
PrajjwalS opened this issue May 22, 2023 · 0 comments
Open

The "#include "removal should be checked down to up #3

PrajjwalS opened this issue May 22, 2023 · 0 comments

Comments

@PrajjwalS
Copy link

The removal should be checked down to up --->
as per this example, if unwanted1 is dependent on unwanted2, we wont remove unwatned2.h at all if we go up to down.
going down to up resolved this.

#include <unwanted2.h>
#include <unwanted1.h>

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

No branches or pull requests

1 participant