diff options
Diffstat (limited to 'gcc/lto-section-out.c')
-rw-r--r-- | gcc/lto-section-out.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/lto-section-out.c b/gcc/lto-section-out.c index 4a2867376d5..2cc705c3a2a 100644 --- a/gcc/lto-section-out.c +++ b/gcc/lto-section-out.c @@ -24,17 +24,18 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.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 "expr.h" #include "params.h" #include "input.h" #include "hashtab.h" -#include "basic-block.h" #include "function.h" -#include "ggc.h" #include "except.h" -#include "vec.h" -#include "pointer-set.h" #include "langhooks.h" #include "data-streamer.h" #include "lto-streamer.h" |