diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index e92e63f91a7..db4ea8e1b10 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -32,12 +32,9 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "flags.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 "stor-layout.h" @@ -45,7 +42,6 @@ along with GCC; see the file COPYING3. If not see #include "attribs.h" #include "varasm.h" #include "tm_p.h" -#include "hashtab.h" #include "hard-reg-set.h" #include "function.h" #include "obstack.h" @@ -70,7 +66,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimplify.h" #include "gimple-ssa.h" -#include "hash-map.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" @@ -78,7 +73,6 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "tree-ssanames.h" #include "rtl.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |