Currently when searching for header files (with relative paths) we concatenate
the path to the module map with the header filename. However when
searching for system headers it seems like we should start from the
current directory and not the path to the module map.
No test added because I'm not sure there's a way to use relative paths
to system headers in the lit tests.