Yes, you can view include files hierarchy structure for your project by using the
Include Browser
view. To use the
Include Browser
view:
- Select
Window > Show View > Include Browser
from the IDE menu bar.
The
Include Browser
view appears in the view stack at the bottom of the
CodeWarrior IDE window.
Figure 1.
Include Browser View

- Just drag & drop the desired source or header file from the
CodeWarrior Projects
view to the
Include Browser
view.
The selected file appears in the
Include Browser
view listing all the included files in
their chain of command order.
Figure 2.
Include Browser View - With Files Hierarchy

By using this view you can:
- see what is included directly and indirectly by your files, what is included as the system include (marked with <>), and also the inactive includes (appears grayed out).
- double click on a file to open the exact position of the include file.
- view includers by using the
Show Includers
button from the
Include Browser
view toolbar.
Figure 3.
Include Browser View - Show Includers Toolbar Button
