Skip to content

style(clang-tidy): Clean include headers of src/core/jsonpointer #1648

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bavulapati
Copy link
Contributor

Reported by clang-tidy check misc-include-cleaner
Refs: sourcemeta/blaze#429

Reported by clang-tidy check misc-include-cleaner
Refs: sourcemeta/blaze#429

Signed-off-by: Balakrishna Avulapati <[email protected]>
@jviotti
Copy link
Member

jviotti commented May 18, 2025

Looks good but please keep in mind header include ordering, using <...> instead of "..." and for system headers, put a comment next to it marking which symbols you are including for each (this makes it easier to remember why I'm pulling them)

The order of the includes:
sourcemeta includes followed by standard headers

Also, sourcemeta headers use include paths

Signed-off-by: Balakrishna Avulapati <[email protected]>
@bavulapati
Copy link
Contributor Author

@jviotti addressed the comments. PTAL

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