Analyze #includes in C and C++ source files to find unnecessary dependencies
Tool to analyze #includes in C and C++ source files
include-what-you-use$ include-what-you-use myfile.cpp$ include-what-you-use -std=c++17 -I/usr/include myfile.cpp$ include-what-you-use -Xiwyu --mapping_file=map.imp file1.cpp file2.cpp