diff options
Diffstat (limited to 'gcc/lto/lto-lang.c')
-rw-r--r-- | gcc/lto/lto-lang.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 349abef..5a2ea134 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "flags.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -39,13 +38,11 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "diagnostic-core.h" #include "toplev.h" |