re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subreg, at...
[gcc.git] / gcc / dce.c
index 99f6271556271209b6a9228402627cd437de2d63..0f7d35e7182f07e9df47db97cf9d8573abcfb292 100644 (file)
--- a/gcc/dce.c
+++ b/gcc/dce.c
@@ -20,18 +20,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "hashtab.h"
 #include "tm.h"
 #include "rtl.h"
-#include "hash-set.h"
-#include "machmode.h"
-#include "vec.h"
-#include "double-int.h"
-#include "input.h"
 #include "alias.h"
 #include "symtab.h"
-#include "wide-int.h"
-#include "inchash.h"
 #include "tree.h"
 #include "regs.h"
 #include "hard-reg-set.h"