aboutsummaryrefslogtreecommitdiff
path: root/gcc/cprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cprop.c')
-rw-r--r--gcc/cprop.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cprop.c b/gcc/cprop.c
index a0e7989..6d83e22 100644
--- a/gcc/cprop.c
+++ b/gcc/cprop.c
@@ -24,12 +24,9 @@ along with GCC; see the file COPYING3. If not see
#include "diagnostic-core.h"
#include "toplev.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"
@@ -38,7 +35,6 @@ along with GCC; see the file COPYING3. If not see
#include "insn-config.h"
#include "recog.h"
#include "predict.h"
-#include "hashtab.h"
#include "function.h"
#include "dominance.h"
#include "cfg.h"
@@ -47,7 +43,6 @@ along with GCC; see the file COPYING3. If not see
#include "lcm.h"
#include "cfgcleanup.h"
#include "basic-block.h"
-#include "statistics.h"
#include "expmed.h"
#include "dojump.h"
#include "explow.h"