Subject: | Header files caches are full path |
Pathes to include files are full path. this makes it impossible to automatically detect header files override.
It's a simple matter of removing the full path if it included a source dirctory. The C depender can then check for the header files at verification time by locating them in the source directories.