diff options
Diffstat (limited to 'gcc/lto/lto.c')
-rw-r--r-- | gcc/lto/lto.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 5dcc4dc..36138e8 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -25,29 +25,21 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "bitmap.h" #include "basic-block.h" -#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" #include "cfghooks.h" #include "alloc-pool.h" #include "tree-pass.h" -#include "tree-ssa-operands.h" #include "tree-streamer.h" #include "cgraph.h" -#include "diagnostic-core.h" #include "opts.h" #include "toplev.h" -#include "alias.h" -#include "fold-const.h" #include "stor-layout.h" -#include "langhooks.h" #include "symbol-summary.h" #include "ipa-prop.h" #include "common.h" #include "debug.h" -#include "internal-fn.h" #include "lto.h" -#include "lto-tree.h" #include "lto-section-names.h" #include "splay-tree.h" #include "lto-partition.h" |