diff options
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r-- | gcc/bb-reorder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index 547296714ce..e0cba445c67 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -81,8 +81,8 @@ #include "tm_p.h" #include "obstack.h" #include "expr.h" -#include "errors.h" #include "params.h" +#include "toplev.h" /* The number of rounds. In most cases there will only be 4 rounds, but when partitioning hot and cold basic blocks into separate sections of |