From: Stan Shebs Date: Thu, 20 Jun 2002 22:33:42 +0000 (+0000) Subject: * dominance.c: Include errors.h instead of error.h. X-Git-Tag: releases/gcc-3.3.0~4180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a67e0836f833d2e8b39998bcb3c9eef5c59899d;p=thirdparty%2Fgcc.git * dominance.c: Include errors.h instead of error.h. From-SVN: r54858 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f7b0f3261b57..b673de3face7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-20 Stan Shebs + + * dominance.c: Include errors.h instead of error.h. + 2002-06-20 Neil Booth * cppexp.c (cpp_interpret_integer): Don't force traditional diff --git a/gcc/dominance.c b/gcc/dominance.c index d080957eb46e..dd90686829fc 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -38,7 +38,7 @@ #include "rtl.h" #include "hard-reg-set.h" #include "basic-block.h" -#include "error.h" +#include "errors.h" #include "et-forest.h" struct dominance_info