tags:

views:

76

answers:

1

hello

Is there option (or some utility) to generate graph of dependencies for given file? I am trying to track down who brings an include file into compilation unit.

+2  A: 

Perhaps gcc -MM would work?

Joseph Quinsey