Previous Next
Understanding Include Dependencies

The Include Browser graphically displays include references made in project source files. It can be used to see which files are included by a particular file and vice-versa, as well as to make sure that there are no redundant includes.
This chapter is about using the Include Browser to:

  • find out which header files are included by a particular implementation file

  • find out which implementation files include a particular header file

Previous Next