Re: [PATCH v5 01/50] devtools: script to remove unused headers includes

2022-01-20 Thread Thomas Monjalon
17/01/2022 21:18, Sean Morrissey: > This script can be used for removing headers flagged for removal by the > include-what-you-use (IWYU) tool. The script has the ability to remove > headers from specified sub-directories or dpdk as a whole and tests the > build after each removal by calling meson

[PATCH v5 01/50] devtools: script to remove unused headers includes

2022-01-17 Thread Sean Morrissey
This script can be used for removing headers flagged for removal by the include-what-you-use (IWYU) tool. The script has the ability to remove headers from specified sub-directories or dpdk as a whole and tests the build after each removal by calling meson compile. example usages: Remove headers