#include optimization
From: Ramesh (ramesh25_at_gmail.com)
Date: 09/28/04
- Next message: S.Tobias: "Re: ++i vs i++"
- Previous message: j0mbolar: "opinions on logical OR variation"
- Next in thread: Dan Pop: "Re: #include optimization"
- Reply: Dan Pop: "Re: #include optimization"
- Reply: Thomas Matthews: "Re: #include optimization"
- Reply: E. Robert Tisdale: "Re: #include optimization"
- Reply: clilley: "Re: #include optimization"
- Reply: Jack Klein: "Re: #include optimization"
- Maybe reply: CBFalconer: "Re: #include optimization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Sep 2004 05:35:28 -0700
Hi,
I am currently maintaining a legacy code with a very very large code base.
I am facing problems with C/C++ files having a lot of un-necessary #includes.
On an average every C/C++ file has around 150+ .h files included. I find 75%
of the files unnecessary and could be removed. Considering the fact that I
have a huge code base, I can't manually fix it.
Are there any tools that would report un wanted .h files?
I am not sure if this is a right group to ask this question.
I would appreciate if any pointers could be provided.
Thanks
Ramesh
- Next message: S.Tobias: "Re: ++i vs i++"
- Previous message: j0mbolar: "opinions on logical OR variation"
- Next in thread: Dan Pop: "Re: #include optimization"
- Reply: Dan Pop: "Re: #include optimization"
- Reply: Thomas Matthews: "Re: #include optimization"
- Reply: E. Robert Tisdale: "Re: #include optimization"
- Reply: clilley: "Re: #include optimization"
- Reply: Jack Klein: "Re: #include optimization"
- Maybe reply: CBFalconer: "Re: #include optimization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|