diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index d5713ac6521..8a3039725ec 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -34,10 +34,14 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "coverage.h" #include "tree.h" -#include "tree-ssa.h" +#include "gimple.h" +#include "gimple-ssa.h" +#include "cgraph.h" +#include "tree-cfg.h" +#include "tree-ssanames.h" +#include "tree-into-ssa.h" #include "tree-pass.h" #include "value-prof.h" -#include "cgraph.h" #include "profile.h" #include "target.h" #include "tree-cfgcleanup.h" |