summaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index 0453accefdc..6af1cf338c7 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -26,9 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "hard-reg-set.h"
#include "regs.h"
#include "predict.h"
-#include "vec.h"
-#include "hashtab.h"
-#include "hash-set.h"
#include "input.h"
#include "function.h"
#include "dominance.h"
@@ -41,9 +38,7 @@ along with GCC; see the file COPYING3. If not see
#include "insn-config.h"
#include "recog.h"
#include "symtab.h"
-#include "statistics.h"
#include "alias.h"
-#include "inchash.h"
#include "tree.h"
#include "expmed.h"
#include "dojump.h"
@@ -55,7 +50,6 @@ along with GCC; see the file COPYING3. If not see
#include "expr.h"
#include "diagnostic-core.h"
#include "toplev.h"
-#include "ggc.h"
#include "except.h"
#include "target.h"
#include "params.h"