diff options
Diffstat (limited to 'gcc/ipa-icf.c')
-rw-r--r-- | gcc/ipa-icf.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ipa-icf.c b/gcc/ipa-icf.c index 207a00d53de..d800e1e41bf 100644 --- a/gcc/ipa-icf.c +++ b/gcc/ipa-icf.c @@ -55,13 +55,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include <list> #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "predict.h" @@ -76,10 +73,8 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" -#include "hashtab.h" #include "rtl.h" #include "flags.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" @@ -98,7 +93,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-dfa.h" #include "tree-pass.h" #include "gimple-pretty-print.h" -#include "hash-map.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" @@ -108,7 +102,6 @@ along with GCC; see the file COPYING3. If not see #include "ipa-inline.h" #include "cfgloop.h" #include "except.h" -#include "hash-table.h" #include "coverage.h" #include "attribs.h" #include "print-tree.h" |