diff options
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index c7b1fd6b389..f023babc0da 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -25,36 +25,22 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gimple.h" #include "cfghooks.h" -#include "timevar.h" #include "ssa.h" -#include "expmed.h" -#include "optabs.h" -#include "regs.h" -#include "emit-rtl.h" -#include "recog.h" #include "cgraph.h" #include "coverage.h" #include "data-streamer.h" #include "diagnostic.h" -#include "alias.h" #include "fold-const.h" #include "tree-nested.h" #include "calls.h" -#include "flags.h" -#include "dojump.h" -#include "explow.h" -#include "varasm.h" -#include "stmt.h" #include "expr.h" #include "value-prof.h" -#include "internal-fn.h" #include "tree-eh.h" #include "gimplify.h" #include "gimple-iterator.h" #include "tree-cfg.h" #include "gimple-pretty-print.h" #include "dumpfile.h" -#include "profile.h" #include "builtins.h" #include "params.h" #include "tree-chkp.h" |