diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/java/mangle_name.c | 1 | ||||
-rw-r--r-- | gcc/java/xref.c | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index b0469ae..e6e617c 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2002-08-05 Geoffrey Keating <geoffk@redhat.com> + + * mangle_name.c: Don't include obstack.h twice. + * xref.c: Don't include obstack.h. + 2002-08-04 Geoffrey Keating <geoffk@redhat.com> * class.c: (permanent_obstack): Delete declaration. diff --git a/gcc/java/mangle_name.c b/gcc/java/mangle_name.c index 38b6ec6..d46956c 100644 --- a/gcc/java/mangle_name.c +++ b/gcc/java/mangle_name.c @@ -32,7 +32,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "java-tree.h" #include "obstack.h" #include "toplev.h" -#include "obstack.h" static void append_unicode_mangled_name PARAMS ((const char *, int)); #ifndef HAVE_AS_UTF8 diff --git a/gcc/java/xref.c b/gcc/java/xref.c index b44fcc5..ff1da78 100644 --- a/gcc/java/xref.c +++ b/gcc/java/xref.c @@ -31,8 +31,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "xref.h" #include "jcf.h" #include "parse.h" -#include "obstack.h" - static xref_flag_table xref_table [] = { {NULL, NULL, NULL, NULL}, |