diff mbox

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

Message ID CABu31nMPGPe8TYjG=mYUvheGBgztJqwSXyM_g3QHvDFqM44XDg@mail.gmail.com
State New
Headers show

Commit Message

Steven Bosscher Jan. 13, 2012, 9:31 p.m. UTC
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/
	* 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.

Comments

Joseph Myers Jan. 13, 2012, 9:40 p.m. UTC | #1
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.
diff mbox

Patch

Index: c-decl.c
===================================================================
--- c-decl.c	(revision 183161)
+++ c-decl.c	(working copy)
@@ -50,7 +50,6 @@  along with GCC; see the file COPYING3.  
 #include "c-family/c-pragma.h"
 #include "c-lang.h"
 #include "langhooks.h"
-#include "tree-mudflap.h"
 #include "tree-iterator.h"
 #include "diagnostic-core.h"
 #include "tree-dump.h"
Index: tree-optimize.c
===================================================================
--- tree-optimize.c	(revision 183161)
+++ tree-optimize.c	(working copy)
@@ -38,7 +38,6 @@  along with GCC; see the file COPYING3.  
 #include "flags.h"
 #include "cgraph.h"
 #include "tree-inline.h"
-#include "tree-mudflap.h"
 #include "tree-pass.h"
 #include "ggc.h"
 #include "cgraph.h"
Index: cp/decl2.c
===================================================================
--- cp/decl2.c	(revision 183161)
+++ cp/decl2.c	(working copy)
@@ -43,7 +43,6 @@  along with GCC; see the file COPYING3.  
 #include "target.h"
 #include "c-family/c-common.h"
 #include "c-family/c-objc.h"
-#include "tree-mudflap.h"
 #include "cgraph.h"
 #include "tree-inline.h"
 #include "c-family/c-pragma.h"
Index: cp/semantics.c
===================================================================
--- cp/semantics.c	(revision 183161)
+++ cp/semantics.c	(working copy)
@@ -33,7 +33,6 @@  along with GCC; see the file COPYING3.  
 #include "c-family/c-common.h"
 #include "c-family/c-objc.h"
 #include "tree-inline.h"
-#include "tree-mudflap.h"
 #include "intl.h"
 #include "toplev.h"
 #include "flags.h"