Re: [patch] Remove #include tree-mudflap.h from a few files

2012-01-13 Thread Joseph S. Myers
On Fri, 13 Jan 2012, Steven Bosscher wrote: > Hello, > > Nothing fancy, just remove an odd couple of #includes that are not necessary. > OK for trunk? OK with dependencies updated in Makefile.in. -- Joseph S. Myers jos...@codesourcery.com

[patch] Remove #include tree-mudflap.h from a few files

2012-01-13 Thread Steven Bosscher
Hello, Nothing fancy, just remove an odd couple of #includes that are not necessary. OK for trunk? Ciao! Steven gcc/ * c-decl.c: Do not include tree-mudflap.h * tree-optimize.c: Likewise. cp/ * decl2.c: Do not include tree-mudflap.h * semantics.c: Likewise. gcc/