There is a library or something to create a graph of header dependencies of the sourcecode of a project.
For example, you have a class (class1.hpp and class1.cpp, cmethods.h and cmethods.c and the main program in mainFile.cpp).
Obtain a graph like this.
Thanks in advance.