I've got some big C programs, and I would like to know when I'm compiling this program, which header files are actually included...
The simplest solution would be to print the preprocessed code and look but do you know if there's a way to compile and at the same time showing what header files are included?