Re: header dependencies, Part II

2001-11-29 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> new types 'lyx::layout_type' and 'lyx::textclass_type' instead Andre> of SomeClass::SomeObscureContainer::size_type. Andre> LyXView.h does not depend on layout.h anymore. "Of course", Andre> touching layout.h still triggers almost

Re: header dependencies, Part II

2001-11-28 Thread Andre Poenitz
On Wed, Nov 28, 2001 at 07:46:02PM +0100, Andre Poenitz wrote: > LyXView.h does not depend on layout.h anymore. "Of course", touching > layout.h still triggers almost a full re-compile of everything... Some figures: 'time make' in src is 7:24 min down from 8:29 min after touching layout.h on m

header dependencies, Part II

2001-11-28 Thread Andre Poenitz
new types 'lyx::layout_type' and 'lyx::textclass_type' instead of SomeClass::SomeObscureContainer::size_type. LyXView.h does not depend on layout.h anymore. "Of course", touching layout.h still triggers almost a full re-compile of everything... Note that I put some debug code into support/types