diff options
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index fb8d0bf11c5..7d3feb13b1d 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -37,12 +37,9 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "diagnostic-core.h" #include "rtl.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "varasm.h" @@ -55,8 +52,6 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "flags.h" #include "stringpool.h" -#include "hashtab.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |