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

Remove unused #include directives from header files #18

Open
non-descriptive opened this issue Feb 22, 2018 · 0 comments
Open

Remove unused #include directives from header files #18

non-descriptive opened this issue Feb 22, 2018 · 0 comments

Comments

@non-descriptive
Copy link

Headers should include as little as possible other libs and other header files.

  1. Remove unused headers
  2. Forward declare when possible and move includes to implementation file
@non-descriptive non-descriptive changed the title Remove unused include directives from header files Remove unused #include directives from header files Feb 22, 2018
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