Overview look of header inclusions
Posted
by Ylisar
on Stack Overflow
See other posts from Stack Overflow
or by Ylisar
Published on 2010-05-10T17:48:41Z
Indexed on
2010/05/10
17:54 UTC
Read the original article
Hit count: 173
c++
When a project grows it becomes hard to get an overview of header inclusion. I've noticed our object files have grown rather large and so I'm thinking there's a lot to be won by rearranging dependencies. This is where the problem begin, I know of no convenient way to actually get an overview on what headers actually get included for a specific source file. There's the possibility of outputting the pre-processed source files, that however creates huge files with loads of irrelevant information. I'm thinking there must be a tool for this, but I can't seem to find any. I'm on windows, so in case anyone know of a good tool / way to actually do this for windows I'd be eternally grateful.
© Stack Overflow or respective owner