diff options
Diffstat (limited to 'gcc/postreload-gcse.c')
-rw-r--r-- | gcc/postreload-gcse.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index 941f6cba9dd..746d306f22f 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -23,14 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "diagnostic-core.h" -#include "hash-table.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 "tm_p.h" #include "regs.h" @@ -45,8 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "cfgrtl.h" #include "basic-block.h" #include "profile.h" -#include "hashtab.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |