summaryrefslogtreecommitdiff
path: root/gcc/dse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dse.c')
-rw-r--r--gcc/dse.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/dse.c b/gcc/dse.c
index aeaa54e1169..35eef719ec3 100644
--- a/gcc/dse.c
+++ b/gcc/dse.c
@@ -36,25 +36,17 @@ along with GCC; see the file COPYING3. If not see
#include "gimple-ssa.h"
#include "expmed.h"
#include "optabs.h"
-#include "regs.h"
#include "emit-rtl.h"
#include "recog.h"
#include "alias.h"
-#include "fold-const.h"
#include "stor-layout.h"
-#include "flags.h"
#include "cfgrtl.h"
#include "cselib.h"
#include "tree-pass.h"
-#include "dojump.h"
#include "explow.h"
-#include "calls.h"
-#include "varasm.h"
-#include "stmt.h"
#include "expr.h"
#include "dbgcnt.h"
#include "params.h"
-#include "internal-fn.h"
#include "rtl-iter.h"
#include "cfgcleanup.h"