diff options
Diffstat (limited to 'gcc/lto/lto-partition.c')
-rw-r--r-- | gcc/lto/lto-partition.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/lto/lto-partition.c b/gcc/lto/lto-partition.c index 52a791c..3ef0ad4 100644 --- a/gcc/lto/lto-partition.c +++ b/gcc/lto/lto-partition.c @@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "toplev.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -30,13 +29,11 @@ along with GCC; see the file COPYING3. If not see #include "predict.h" #include "tm.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 "plugin-api.h" #include "ipa-ref.h" |