|
From: Ferdinando A. <na...@am...> - 2008-01-31 10:30:21
|
On Thu, Jan 31, 2008 at 10:57 AM, Luigi Ballabio <lui...@gm...> wrote: > makeschedule.hpp would > include schedule.hpp, so other files that include makeschedule.hpp would > bring in schedule.hpp anyway [...] so you don't save any inclusion > by removing it from schedule.hpp. QED. The same applies to other > MakeFoo classes. yes, this was clear to me. Hope you have little doubts about it ;-) My point is that any change to makefoo.hpp would not trigger recompilation of files depending on foo.hpp And it should be obvious that many more files/classes depends on foo.hpp (main class) declarations than on the makefoo.hpp (utility) declarations. ciao -- Nando |