Possible Duplicate:
Do you know tool building tree of include files in project\file?
Currently reading the Minix source code (I'm interested in operating system & driver programming), I am looking for a program that would help me understand the tree view of this project.
I found a piece of software called Include Finder, which, though it doesn't show dependencies in trees, is helpful for understanding the structure.
Does anybody know a good program to scan a project & view the dependency tree ?
Thanks !
Try Doxygen with Graphviz installed. If doxygen is configured properly, it will return each included file for each source.
Try Eclipse CDT. It has Include Browser.