2.1.13. Include browser

Which header files is this source file including? Who is including this header file? Directly? Indirectly?

Here is an view of header files included by example.c. As seen in figure, Windows.h is excluded from inclusion. A similar view for zlib.h. The opposite information is also available.

../../../_images/c-incl-brwsr-exmpl-c-out.png

Header files included by example.c

../../../_images/c-incl-brwsr-zlib-h-out.png

Header files included by zlib.h

../../../_images/c-files-inluding-zlibh.png

Files that depend on zlib.h

This view is very similar to Call Hierarchy and Type Hierarchy