diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index 6c194a6953d..feeba1612b6 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "flags.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -61,7 +60,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "gimple-iterator.h" #include "gimplify.h" |