diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-05-22 14:46:01 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-05-22 14:46:01 +0100 |
commit | 3b2ce251b8c0b8e2b0b1714c62f51eaf19349545 (patch) | |
tree | a511c7793cdc1ef6cd20f1bb47f2e760ff8aa4c8 /gcc/ira-emit.c | |
parent | bd9eb5dacc6e850014842b8f248a1c38c43a15a4 (diff) | |
download | gcc-3b2ce251b8c0b8e2b0b1714c62f51eaf19349545.zip gcc-3b2ce251b8c0b8e2b0b1714c62f51eaf19349545.tar.gz gcc-3b2ce251b8c0b8e2b0b1714c62f51eaf19349545.tar.bz2 |
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
Diffstat (limited to 'gcc/ira-emit.c')
-rw-r--r-- | gcc/ira-emit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ira-emit.c b/gcc/ira-emit.c index 9d66bfe..18f2e24 100644 --- a/gcc/ira-emit.c +++ b/gcc/ira-emit.c @@ -1,5 +1,5 @@ /* Integrated Register Allocator. Changing code and generating moves. - Copyright (C) 2006, 2007, 2008, 2009 + Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Vladimir Makarov <vmakarov@redhat.com>. @@ -40,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "output.h" #include "reload.h" -#include "errors.h" #include "df.h" #include "ira-int.h" |