diff options
Diffstat (limited to 'gcc/auto-inc-dec.c')
-rw-r--r-- | gcc/auto-inc-dec.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/auto-inc-dec.c b/gcc/auto-inc-dec.c index c760358c44e..0bdf91a507d 100644 --- a/gcc/auto-inc-dec.c +++ b/gcc/auto-inc-dec.c @@ -22,18 +22,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "rtl.h" #include "tm_p.h" #include "hard-reg-set.h" #include "predict.h" -#include "hashtab.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -45,7 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "diagnostic-core.h" #include "recog.h" -#include "statistics.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |