diff options
author | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-20 22:33:42 +0000 |
---|---|---|
committer | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-20 22:33:42 +0000 |
commit | a2f397fb22f6234b92c856e7e338292fc74af118 (patch) | |
tree | fd948bee37700645f178624b2a5c9ee4e6e0fcde | |
parent | 17df7fec6c741af0a6acf8a1760d66e4e65cef94 (diff) | |
download | gcc-a2f397fb22f6234b92c856e7e338292fc74af118.tar.gz |
* dominance.c: Include errors.h instead of error.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54858 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/dominance.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f7b0f3261b5..b673de3face 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-20 Stan Shebs <shebs@apple.com> + + * dominance.c: Include errors.h instead of error.h. + 2002-06-20 Neil Booth <neil@daikokuya.co.uk> * cppexp.c (cpp_interpret_integer): Don't force traditional diff --git a/gcc/dominance.c b/gcc/dominance.c index d080957eb46..dd90686829f 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 |