On Thursday 24 October 2002 2:06 am, Rob Lahaye wrote: > Angus, > > A small patch to src/frontends/xforms/FormDocument.C: > > (1)"#include FORMS_H_LOCATION" is there twice, > > (2) The following header includes appear to be superfluous: > > #include "bufferparams.h" > #include "vspace.h" > #include "lyxfunc.h" > #include "bufferview_funcs.h" > #include "insets/insetquotes.h" > #include "support/lstrings.h"
Welcome to the wonderful world of header file polution that annoys André so much. lyxrc.h:#include "bufferparams.h" bufferparams.h:#include "vspace.h" bufferparams.h:#include "insets/insetquotes.h" Anyway, I'll remove 'em all. Regards, Angus