From 3b2ce251b8c0b8e2b0b1714c62f51eaf19349545 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 22 May 2010 14:46:01 +0100 Subject: dbgcnt.c: Include toplev.h instead of errors.h. * dbgcnt.c: Include toplev.h instead of errors.h. * ira-emit.c: Don't include errors.h. * ira.c: Include toplev.h instead of errors.h. * lto-compress.c: Include toplev.h instead of errors.h. * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o, ira.o, dbgcnt.o): Update dependencies. From-SVN: r159697 --- gcc/ira.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ira.c') diff --git a/gcc/ira.c b/gcc/ira.c index 372539e..abeb9da 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -318,7 +318,7 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "except.h" #include "reload.h" -#include "errors.h" +#include "toplev.h" #include "integrate.h" #include "df.h" #include "ggc.h" -- cgit v1.1