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

Include what you use #1512

Merged
merged 2 commits into from
Jun 2, 2024
Merged

Include what you use #1512

merged 2 commits into from
Jun 2, 2024

Conversation

jonesmz
Copy link
Contributor

@jonesmz jonesmz commented May 30, 2024

Use the include-what-you-use program to (partially) clean up header includes, so that only includes which are needed, and no includes that are not needed (or at least closer to that ideal) are done.

For a c-language project, the build-time improvements from this change is minimal. This would have a much bigger impact on a C++ project than a C-project for build times.

So for coturn, this change is mostly intended to just provide consistency and make it easier to locate weird issues like strange dependencies, and unnecessary connections between code.

@eakraly eakraly merged commit d1db5e5 into coturn:master Jun 2, 2024
54 checks passed
@jonesmz jonesmz deleted the include-what-you-use branch June 2, 2024 04:46
maddymeows pushed a commit to maddymeows/coturn that referenced this pull request Jun 2, 2024
Use the include-what-you-use program to (partially) clean up header
includes, so that only includes which are needed, and no includes that
are not needed (or at least closer to that ideal) are done.

For a c-language project, the build-time improvements from this change
is minimal. This would have a much bigger impact on a C++ project than a
C-project for build times.

So for coturn, this change is mostly intended to just provide
consistency and make it easier to locate weird issues like strange
dependencies, and unnecessary connections between code.
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.

None yet

2 participants