diff options
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r-- | gcc/dominance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c index ce977e292fe..00e3495d923 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -41,7 +41,7 @@ #include "hard-reg-set.h" #include "obstack.h" #include "basic-block.h" -#include "errors.h" +#include "toplev.h" #include "et-forest.h" /* Whether the dominators and the postdominators are available. */ |