From b3426eb9e2a4338775908629c6daf103baf8250e Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Mon, 5 Aug 2002 18:46:37 +0000 Subject: Index: ChangeLog 2002-08-05 Geoffrey Keating * attribs.c: Don't include obstack.h. * builtins.c: Likewise. * cfganal.c: Likewise. * cfgbuild.c: Likewise. * cfgcleanup.c: Likewise. * emit-rtl.c: Likewise. * loop.c: Likewise. * stmt.c: Likewise. Index: cp/ChangeLog 2002-08-05 Geoffrey Keating * class.c: Don't include obstack.h. (popclass): * decl2.c: Delete bogus comment. * error.c: Don't include obstack.h. * except.c: Likewise. (dump_type): Correct comment. * method.c: Don't include obstack.h. * tree.c: Likewise. Index: java/ChangeLog 2002-08-05 Geoffrey Keating * mangle_name.c: Don't include obstack.h twice. * xref.c: Don't include obstack.h. From-SVN: r56055 --- gcc/cfgcleanup.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/cfgcleanup.c') diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 74b8d33..1d662ce 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -46,8 +46,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tm_p.h" #include "target.h" -#include "obstack.h" - /* cleanup_cfg maintains following flags for each basic block. */ enum bb_flags -- cgit v1.1