Re: [PATCH v9 00/50] introduce IWYU

2022-02-22 Thread Thomas Monjalon
15/02/2022 13:29, Sean Morrissey: > This patchset introduces the include-what-you-use script which removes > unused header includes. IWYU GitHub: > > https://github.com/include-what-you-use/include-what-you-use > > Along with the script there are some patches which make a start on > removing unne

[PATCH v9 00/50] introduce IWYU

2022-02-15 Thread Sean Morrissey
This patchset introduces the include-what-you-use script which removes unused header includes. IWYU GitHub: https://github.com/include-what-you-use/include-what-you-use Along with the script there are some patches which make a start on removing unneeded headers. V4: * Re-added removed headers th