diff options
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 0364c48c557..fd993c405cf 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -33,13 +33,17 @@ along with GCC; see the file COPYING3. If not see #include "optabs.h" #include "regs.h" #include "ggc.h" -#include "tree-ssa.h" +#include "gimple.h" +#include "gimple-ssa.h" +#include "tree-cfg.h" +#include "tree-phinodes.h" +#include "ssa-iterators.h" +#include "tree-ssanames.h" #include "diagnostic.h" #include "gimple-pretty-print.h" #include "coverage.h" #include "tree.h" #include "gcov-io.h" -#include "cgraph.h" #include "timevar.h" #include "dumpfile.h" #include "pointer-set.h" |