summaryrefslogtreecommitdiff
path: root/gcc/ira-emit.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-22 13:46:01 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-22 13:46:01 +0000
commit34408c5c1ed8c7117451ceefb94288d8ca2df396 (patch)
treea511c7793cdc1ef6cd20f1bb47f2e760ff8aa4c8 /gcc/ira-emit.c
parentca3e35a1bcef5d17ca0ca9ec702aa4e91e0c7d44 (diff)
downloadgcc-34408c5c1ed8c7117451ceefb94288d8ca2df396.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159697 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ira-emit.c')
-rw-r--r--gcc/ira-emit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ira-emit.c b/gcc/ira-emit.c
index 9d66bfe48ff..18f2e2404ac 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"