diff options
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 7c57227ae01..1e29a49561a 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -27,18 +27,12 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "obstack.h" #include "insn-config.h" -#include "ggc.h" #include "flags.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "function.h" #include "symtab.h" #include "rtl.h" -#include "statistics.h" #include "alias.h" -#include "inchash.h" #include "tree.h" #include "expmed.h" #include "dojump.h" |