[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] includes, XARLIB and camtypes.h



Alex,

On 8 Jun 2006, at 23:25, Alex Bligh wrote:
It removes 3,926 unnecessary instances of #include.

I've made substantial progress disentangling include spaghetti
but there's not a great deal more I can do without serious
surgery (i.e. actually changing the to use pointers rather
than included members, etc.)


Good stuff. We must be careful not to adversely affect the code design in pursuit of faster build times. We wouldn't want to fix include spaghetti by creating pointer spaghetti.

Phil