(C) 1998 AROS - The Amiga Research OS
FilePart("xxx:yyy/zzz/qqq") returns a pointer to the first 'q'. FilePart("xxx:yyy") returns a pointer to the first 'y'. FilePart("yyy") returns a pointer to the first 'y'.
Moved #include's into first column
The #includes in the header *must* begin in the first column. Otherwise makedepend will ignore them (GCC works, though).
Removed a couple of Logs