diff options
Diffstat (limited to 'gcc/lto-cgraph.c')
-rw-r--r-- | gcc/lto-cgraph.c | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/gcc/lto-cgraph.c b/gcc/lto-cgraph.c index c30fa2354bc..97585c961b2 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -23,21 +23,14 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" -#include "symtab.h" +#include "backend.h" #include "tree.h" +#include "gimple.h" +#include "rtl.h" +#include "alias.h" #include "fold-const.h" #include "stringpool.h" -#include "predict.h" -#include "hard-reg-set.h" -#include "function.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" -#include "rtl.h" #include "flags.h" #include "insn-config.h" #include "expmed.h" @@ -50,7 +43,6 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "params.h" #include "langhooks.h" -#include "bitmap.h" #include "diagnostic-core.h" #include "except.h" #include "timevar.h" |