diff options
Diffstat (limited to 'gcc/lto-opts.c')
-rw-r--r-- | gcc/lto-opts.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/lto-opts.c b/gcc/lto-opts.c index 2cb536bfc55..df5d8f165fd 100644 --- a/gcc/lto-opts.c +++ b/gcc/lto-opts.c @@ -23,10 +23,13 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.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 "hashtab.h" -#include "ggc.h" -#include "vec.h" #include "bitmap.h" #include "flags.h" #include "opts.h" |