diff options
author | Geoffrey Keating <geoffk@redhat.com> | 2002-08-05 18:46:37 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2002-08-05 18:46:37 +0000 |
commit | b3426eb9e2a4338775908629c6daf103baf8250e (patch) | |
tree | b5b4b6cd956c577ec201ab00f828c0e5afc53763 /gcc/cfgbuild.c | |
parent | b835f6f145060090eb66de79fba3dbcfe12422b4 (diff) | |
download | gcc-b3426eb9e2a4338775908629c6daf103baf8250e.tar.gz |
Index: ChangeLog
2002-08-05 Geoffrey Keating <geoffk@redhat.com>
* 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 <geoffk@redhat.com>
* 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 <geoffk@redhat.com>
* mangle_name.c: Don't include obstack.h twice.
* xref.c: Don't include obstack.h.
From-SVN: r56055
Diffstat (limited to 'gcc/cfgbuild.c')
-rw-r--r-- | gcc/cfgbuild.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cfgbuild.c b/gcc/cfgbuild.c index 12dd200a60f..97552f9afd9 100644 --- a/gcc/cfgbuild.c +++ b/gcc/cfgbuild.c @@ -45,7 +45,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "except.h" #include "toplev.h" #include "timevar.h" -#include "obstack.h" static int count_basic_blocks PARAMS ((rtx)); static void find_basic_blocks_1 PARAMS ((rtx)); |