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
> "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
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
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
> "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
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
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
[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