diff options
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r-- | gcc/simplify-rtx.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index 0639a0e8298..a572ff016cf 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -23,12 +23,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" #include "fold-const.h" #include "varasm.h" @@ -41,8 +38,6 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "insn-codes.h" #include "optabs.h" -#include "hashtab.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -51,7 +46,6 @@ along with GCC; see the file COPYING3. If not see #include "stmt.h" #include "expr.h" #include "diagnostic-core.h" -#include "ggc.h" #include "target.h" #include "predict.h" |