diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 4c6e23d3fb0..9bc77512e51 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -47,7 +47,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "recog.h" #include "expr.h" #include "predict.h" -#include "profile.h" +#include "coverage.h" #include "sreal.h" #include "params.h" #include "target.h" |