diff options
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index eebb41544fb..9d9956b046e 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -23,13 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "fold-const.h" @@ -54,7 +51,6 @@ along with GCC; see the file COPYING3. If not see #include "hash-table.h" #include "gimple-expr.h" #include "gimplify.h" -#include "wide-int.h" #include "attribs.h" static tree bot_manip (tree *, int *, void *); |