diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 13f8372735e..31787a9395c 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -41,16 +41,12 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "hard-reg-set.h" #include "predict.h" -#include "hashtab.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -69,7 +65,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-attr.h" #include "insn-config.h" #include "rtl.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -81,7 +76,6 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "common/common-target.h" #include "cfgloop.h" -#include "ggc.h" #include "tree-pass.h" #include "df.h" |