Re: lyx-devel src/mathed/: ChangeLog formula.C formulabase.C f ...

2003-09-05 Thread Angus Leeming
On Friday 05 September 2003 12:42 pm, Jean-Marc Lasgouttes wrote: > Maybe one thing that would be worth checking is how much you can > remove from a header while keeping it self contained, so that > #include > #include "foo.h" > still compiles. Good idea actually. > Can you tell what you gai

Re: lyx-devel src/mathed/: ChangeLog formula.C formulabase.C f ...

2003-09-05 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I agree with you. However, I think of this as an iterative Angus> process. As Lars suggests, the next step is to do the same for Angus> the header files themselves. Maybe one thing that would be worth checking is how much you can r

Re: lyx-devel src/mathed/: ChangeLog formula.C formulabase.C f ...

2003-09-05 Thread Angus Leeming
On Friday 05 September 2003 12:01 pm, Jean-Marc Lasgouttes wrote: > Angus> http://article.gmane.org/gmane.editors.lyx.devel:27547 > > What I do not necessarily like about this approach is that it does not > remove #includes from _headers_ which is the most reasonable thing to > do. Having extra inc

Re: lyx-devel src/mathed/: ChangeLog formula.C formulabase.C f ...

2003-09-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | So maybe a less aggressive approach in your scripts could be to remove | a header, check that it still compiles _and_ that the header does not | show in the dependencies anymore. This will allow to remove really | useless headers. I think the agg

Re: lyx-devel src/mathed/: ChangeLog formula.C formulabase.C f ...

2003-09-05 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Michael Schmitt wrote: >>> Log message: Strip out redundant #includes >> Angus, how did you determine all theses redundant #includes? Is >> there tools available that detects them automatically? Angus> http://article.gmane.org/gma

Re: lyx-devel src/mathed/: ChangeLog formula.C formulabase.C f ...

2003-09-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Michael Schmitt wrote: >>>Log message: >>>Strip out redundant #includes > >> Angus, how did you determine all theses redundant #includes? Is there >> tools available that detects them automatically? > | http://article.gmane.org/gmane.editors.lyx.devel:27

Re: lyx-devel src/mathed/: ChangeLog formula.C formulabase.C f ...

2003-09-05 Thread Angus Leeming
Michael Schmitt wrote: >>Log message: >>Strip out redundant #includes > Angus, how did you determine all theses redundant #includes? Is there > tools available that detects them automatically? http://article.gmane.org/gmane.editors.lyx.devel:27547 -- Angus

Re: lyx-devel src/mathed/: ChangeLog formula.C formulabase.C f ...

2003-09-04 Thread Michael Schmitt
[EMAIL PROTECTED] wrote: Log message: Strip out redundant #includes Angus, how did you determine all theses redundant #includes? Is there tools available that detects them automatically? Michael