aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r--gcc/cselib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cselib.c b/gcc/cselib.c
index e611d94..7ccaab4 100644
--- a/gcc/cselib.c
+++ b/gcc/cselib.c
@@ -22,12 +22,9 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.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"/* FIXME: For hashing DEBUG_EXPR & friends. */
#include "tm_p.h"
#include "regs.h"
@@ -35,13 +32,10 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "insn-config.h"
#include "recog.h"
-#include "hashtab.h"
#include "input.h"
#include "function.h"
#include "emit-rtl.h"
#include "diagnostic-core.h"
-#include "ggc.h"
-#include "hash-table.h"
#include "dumpfile.h"
#include "alloc-pool.h"
#include "cselib.h"