On Sun, 10 Aug 2025, 20:09 Rajeev Bansal via Gcc-help, <gcc-help@xxxxxxxxxxx> wrote: > Hello, > > I am working on a large C/C++ project compiled with GCC and am looking for > ways to identify unnecessary header files. I'm wondering if there's a tool > similar to `include-what-you-use` (IWYU) that can help with this > information in gcc. > No, there is not. You could use IWYU though. > >