-
Notifications
You must be signed in to change notification settings - Fork 202
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
fix up header includes using "./" and "../" and other misc. clean-up #585
fix up header includes using "./" and "../" and other misc. clean-up #585
Conversation
@mattyjams lgtm! I still see in bunch of other places the traces of ../ ./. Can you please address them in this PR? e.g
|
…the top of cpp files
61d5f82
to
e71c72f
Compare
Ahh, good catch @HamedSabri-adsk. Sorry, my grep'ing missed those. That added a bunch more files in |
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.
Lgmt! Thank you.
This fixes up the remaining instances where headers were being included with a path using
./
or../
. While I was in there, I also addressed a few other coding guidelines issues for the header includes in those files.