c-decl.c: Do not include tree-mudflap.h
authorSteven Bosscher <steven@gcc.gnu.org>
Fri, 13 Jan 2012 22:14:21 +0000 (22:14 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 13 Jan 2012 22:14:21 +0000 (22:14 +0000)
gcc/
* c-decl.c: Do not include tree-mudflap.h
* tree-optimize.c: Likewise.
* Makefile.in: Update dependencies.

cp/
* decl2.c: Do not include tree-mudflap.h
* semantics.c: Likewise.

From-SVN: r183165

gcc/ChangeLog
gcc/Makefile.in
gcc/c-decl.c
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/semantics.c
gcc/tree-optimize.c

index 6bd16d3..a029051 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-13  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * c-decl.c: Do not include tree-mudflap.h
+       * tree-optimize.c: Likewise.
+       * Makefile.in: Update dependencies.
+
 2012-01-13  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/8081
index a03bb93..f450d3e 100644 (file)
@@ -1866,7 +1866,7 @@ c-decl.o : c-decl.c c-lang.h $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
        $(TIMEVAR_H) $(OPTS_H) $(C_PRAGMA_H) gt-c-decl.h $(CGRAPH_H) \
        $(HASHTAB_H) $(LIBFUNCS_H) $(EXCEPT_H) $(LANGHOOKS_DEF_H) \
        $(TREE_DUMP_H) $(C_COMMON_H) $(CPPLIB_H) $(DIAGNOSTIC_CORE_H) \
-       $(INPUT_H) langhooks.h tree-mudflap.h pointer-set.h tree-iterator.h \
+       $(INPUT_H) langhooks.h pointer-set.h tree-iterator.h \
        $(PLUGIN_H) c-family/c-ada-spec.h c-family/c-objc.h
 
 c-errors.o: c-errors.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
@@ -2560,7 +2560,7 @@ tree-optimize.o : tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
    $(DIAGNOSTIC_H) $(BASIC_BLOCK_H) $(FLAGS_H) $(TIMEVAR_H) $(TM_H) \
    coretypes.h $(TREE_DUMP_H) toplev.h $(DIAGNOSTIC_CORE_H) $(FUNCTION_H) langhooks.h \
    $(FLAGS_H) $(CGRAPH_H) $(PLUGIN_H) \
-   $(TREE_INLINE_H) tree-mudflap.h $(GGC_H) graph.h $(CGRAPH_H) \
+   $(TREE_INLINE_H) $(GGC_H) graph.h $(CGRAPH_H) \
    $(TREE_PASS_H) $(CFGLOOP_H) $(EXCEPT_H) $(REGSET_H)
 
 gimplify.o : gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(GIMPLE_H) \
index 45fb6b3..4825c7e 100644 (file)
@@ -50,7 +50,6 @@ along with GCC; see the file COPYING3.  If not see
 #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 e88d64e..051649e 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-13  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * decl2.c: Do not include tree-mudflap.h
+       * semantics.c: Likewise.
+
 2012-01-13  Jason Merrill  <jason@redhat.com>
 
        PR c++/20681
index 0cde6c6..270fe54 100644 (file)
@@ -43,7 +43,6 @@ along with GCC; see the file COPYING3.  If not see
 #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 8c976eb..40676b6 100644 (file)
@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3.  If not see
 #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"
index 2f6b394..d242204 100644 (file)
@@ -38,7 +38,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "cgraph.h"
 #include "tree-inline.h"
-#include "tree-mudflap.h"
 #include "tree-pass.h"
 #include "ggc.h"
 #include "cgraph.h"