On Sun, Nov 14, 2010 at 03:32:44AM +0000, Masao Uebayashi wrote: > XXX What is the conclusion about direct vs. indirect #include from headers?
Every header file should include the things it requires to compile. Therefore, there should in principle be no cases where a header file (or source file) needs to #include something it doesn't itself use. -- David A. Holland dholl...@netbsd.org