diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index bcb5cb9953f..b6f7a3968e7 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -27,34 +27,24 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "flags.h" +#include "backend.h" +#include "tree.h" +#include "gimple.h" #include "hard-reg-set.h" -#include "function.h" -#include "predict.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" +#include "ssa.h" +#include "flags.h" #include "diagnostic-core.h" #include "coverage.h" #include "alias.h" -#include "symtab.h" -#include "tree.h" #include "fold-const.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "varasm.h" #include "tree-nested.h" #include "gimplify.h" #include "gimple-iterator.h" #include "gimplify-me.h" -#include "gimple-ssa.h" #include "cgraph.h" #include "tree-cfg.h" -#include "stringpool.h" -#include "tree-ssanames.h" #include "tree-into-ssa.h" #include "tree-pass.h" #include "value-prof.h" |