Steven Edwards wrote:
Do you mean the dlls private headers? We should be able to set a include path for private headers and check the module.xml for PCH headers and use those. Wine dlls might be more of a pain because of a lack of PCH.
Headers that belong to that module (dsp) specifically are added to the project so that when one is changed, all files depending on it are rebuilt too. It's not strictly necessary for them to be in there, but it's "nice". You don't want to add every single header that is found, only the ones in and under that module's directory.