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][mudflap] Mudflap cleanup


Cool!

> --- gcc/tree-mudflap.c	(revision 149693)
> +++ gcc/tree-mudflap.c	(working copy)
> @@ -47,6 +47,8 @@ along with GCC; see the file COPYING3.  
>  #include "cgraph.h"
>  #include "toplev.h"
>  #include "gimple.h"
> +#include "c-common.h"
> +#include "target.h"

What requires c-common.h here though?

Paolo


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