(C) 1998 AROS - The Amiga Research OS
PathPart("xxx:yyy/zzz/qqq") would return a pointer to the last '/'. PathPart("xxx:yyy") would return 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