This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] More include cleanups


On Fri, May 21, 2010 at 01:19:01PM +0200, Steven Bosscher wrote:
> This started as an attempt to remove rtl headers from tree*.c, but I
> found out that you end up including real.h in all those files instead
> of rtl.h.
> 
> So I included real.h in tree.h, and fixed-value.h too for good
> measure.  Can't do that, of course, without cleaning up all the places
> where those two files were already included. There is still a long way
> to go, but IMHO this is a step in the right direction.
> 
> Bootstrapped&tested on x86_64-unknown-linux-gnu.
> OK for trunk?

You need to adjust gcc/Makefile.in accordingly.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]