diff options
Diffstat (limited to 'gcc/lto-streamer.c')
-rw-r--r-- | gcc/lto-streamer.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index 3fbbe9ac480..57e6ea55ccd 100644 --- a/gcc/lto-streamer.c +++ b/gcc/lto-streamer.c @@ -23,22 +23,15 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "backend.h" +#include "tree.h" +#include "gimple.h" +#include "hard-reg-set.h" #include "toplev.h" #include "flags.h" #include "alias.h" -#include "symtab.h" -#include "tree.h" #include "fold-const.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 "bitmap.h" #include "diagnostic-core.h" #include "cgraph.h" #include "tree-streamer.h" |