Short: shows which .h's a set of C files includes Architecture: m68k-amigaos Includes is a simple utility to determine which include files a program needs (or may need) directly or indirectly. It scans the source code searching for #include directives, and recursively scans the included files until no new inclusions are made. It may be used to determine which include files you need to have to compile a certain project, or to automatically find the dependencies for a makefile. It works both under WB1.3 and 2.0. This is version 1.2, and includes portable source in C. Author: Bruno Costa.