John McCabe-Dansted wrote:
> I have heard that some .h files include other .h files, but are not
> required to do so by POSIX etc. Thus removing them may harm
> portability. I am not sure how this could be detected automatically

we have to be careful about few headers like cstdlib. then i remember
one include needed in our sources which was not needed for compilation,
but for proper run. if only i can remember which one was it... i rememeber
some weird bug, which JMarc revealed as missing include, probably from
support or so?

other things will be quickly tested by people around, no automatical
magic needed.

pavel

Reply via email to