diff options
Diffstat (limited to 'gcc/dse.c')
-rw-r--r-- | gcc/dse.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/dse.c b/gcc/dse.c index 7f489c03837..d7d4ba6afbf 100644 --- a/gcc/dse.c +++ b/gcc/dse.c @@ -25,15 +25,11 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-table.h" #include "tm.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 "stor-layout.h" @@ -52,9 +48,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "alloc-pool.h" #include "insn-config.h" -#include "hashtab.h" #include "function.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |