Find unused includesΒΆ

Finding unused files means to look at all the include dependencies in a given C++ project or file and find #include directives that are not used when looking at a given file.

Besides finding completely unused include directives, the Includator‘s find unused includes feature is also able locate redundant include directives (include “C.h” in the screenshot) while it has the ability to chose the best of several includes if there are several paths to a required files.