From da09d1fd618a9e655d267215aeaa5ca0e75f0857 Mon Sep 17 00:00:00 2001 From: ghazi Date: Mon, 5 Apr 1999 13:04:38 +0000 Subject: * class.c (add_method_1): Cast the argument of `bzero' to PTR. * decl.c (copy_lang_decl): Likewise for `bcopy'. * jcf-depend.c: Include "config.h", not . * jcf-parse.c (jcf_figure_file_type): Cast the arguments of `bcopy' to PTR. * jcf-path.c: Include "config.h", not . * lex.c: Don't include various system header files. (java_init_lex): Cast the argument of `bzero' to PTR * parse-scan.y (java_push_parser_context): Likewise. * parse.y (java_push_parser_context): Likewise. * xref.c: Don't include . git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26203 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/xref.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/java/xref.c') diff --git a/gcc/java/xref.c b/gcc/java/xref.c index 906dfedbc58..6f570d7f42b 100644 --- a/gcc/java/xref.c +++ b/gcc/java/xref.c @@ -24,7 +24,6 @@ Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ -#include #include "config.h" #include "system.h" #include "tree.h" -- cgit v1.2.3