> > > > 2007-12-19 Joel Brobecker > > > > > > > > * symtab.h: #include "defs.h". > > > > > > FYI, this is not necessary; defs.h is always included first and > > > everything depends on it. > > > > Should I remove it, then? We have other .h files that include defs.h, > > perhaps we should take care of them too... > > Yes please. Fixed with the attached patch. 2007-12-20 Joel Brobecker * symtab.h: Remove "defs.h" #include. * Makefile.in (symtab_h): Update dependencies. Thanks for the feedback. I will send a patch for the remaining unexpected includes. -- Joel