diff options
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r-- | gcc/symtab.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c index 9dc07f5..9aae61d 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -31,7 +30,6 @@ along with GCC; see the file COPYING3. If not see #include "print-tree.h" #include "varasm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "emit-rtl.h" #include "predict.h" @@ -39,7 +37,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 "tree-inline.h" #include "langhooks.h" |