summaryrefslogtreecommitdiff
path: root/gcc/dbgcnt.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-05-22 14:46:01 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2010-05-22 14:46:01 +0100
commit3b2ce251b8c0b8e2b0b1714c62f51eaf19349545 (patch)
treea511c7793cdc1ef6cd20f1bb47f2e760ff8aa4c8 /gcc/dbgcnt.c
parentbd9eb5dacc6e850014842b8f248a1c38c43a15a4 (diff)
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/dbgcnt.c')
-rw-r--r--gcc/dbgcnt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dbgcnt.c b/gcc/dbgcnt.c
index 6c3bd9192a8..911cfb3c412 100644
--- a/gcc/dbgcnt.c
+++ b/gcc/dbgcnt.c
@@ -1,5 +1,5 @@
/* Debug counter for debugging support
- Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GCC.
@@ -22,7 +22,7 @@ See dbgcnt.def for usage information. */
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "errors.h"
+#include "toplev.h"
#include "tm.h"
#include "rtl.h"
#include "output.h"