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.

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"

Reply via email to