diff options
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 9d9956b046e..3c4b5276eb3 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -22,12 +22,9 @@ 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 "fold-const.h" #include "tree-hasher.h" @@ -39,7 +36,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "debug.h" #include "convert.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "hard-reg-set.h" @@ -48,7 +44,6 @@ along with GCC; see the file COPYING3. If not see #include "ipa-ref.h" #include "cgraph.h" #include "splay-tree.h" -#include "hash-table.h" #include "gimple-expr.h" #include "gimplify.h" #include "attribs.h" |