diff options
Diffstat (limited to 'gcc/lto-cgraph.c')
-rw-r--r-- | gcc/lto-cgraph.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/lto-cgraph.c b/gcc/lto-cgraph.c index 0f1a1c5e9a0..4f69ee5260f 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -26,6 +26,11 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "stringpool.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 "flags.h" @@ -33,15 +38,11 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "hashtab.h" #include "langhooks.h" -#include "basic-block.h" #include "bitmap.h" #include "function.h" -#include "ggc.h" #include "diagnostic-core.h" #include "except.h" -#include "vec.h" #include "timevar.h" -#include "pointer-set.h" #include "lto-streamer.h" #include "data-streamer.h" #include "tree-streamer.h" |