diff options
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index 742b51cc8d9..12992f2852f 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -21,12 +21,9 @@ #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 "fold-const.h" #include "stringpool.h" @@ -48,15 +45,12 @@ #include "gimple-walk.h" #include "tree-iterator.h" #include "bitmap.h" -#include "hash-map.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" -#include "hashtab.h" #include "rtl.h" #include "flags.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |