diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index e01918cfbd4..820e618c895 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -164,6 +164,10 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "output.h" #include "rtl.h" +#include "gimple.h" +#include "gimple-ssa.h" +#include "tree-cfg.h" +#include "tree-into-ssa.h" #include "tree-ssa.h" #include "tree-inline.h" #include "langhooks.h" @@ -173,14 +177,12 @@ along with GCC; see the file COPYING3. If not see #include "ggc.h" #include "debug.h" #include "target.h" -#include "cgraph.h" #include "diagnostic.h" #include "params.h" #include "fibheap.h" #include "intl.h" #include "function.h" #include "ipa-prop.h" -#include "gimple.h" #include "tree-iterator.h" #include "tree-pass.h" #include "tree-dump.h" |