diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-09-14 09:42:24 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-14 03:42:24 -0600 |
commit | 1f43f4b493d7d206b1a3f15d18b0a056dee5907e (patch) | |
tree | 27bdae11f07ed6d79173032c097a020576eb13de /gcc/java/jcf-write.c | |
parent | edfc5c062ed7a119eddcb628a136c9b9dea7035a (diff) | |
download | gcc-1f43f4b493d7d206b1a3f15d18b0a056dee5907e.zip gcc-1f43f4b493d7d206b1a3f15d18b0a056dee5907e.tar.gz gcc-1f43f4b493d7d206b1a3f15d18b0a056dee5907e.tar.bz2 |
Makefile.in: Add many missing dependencies.
* Makefile.in: Add many missing dependencies.
* buffer.c, class.c, constants.c, decl.c: Use system.h and toplev.h
as appropriate.
* except.c, expr.c, jcf-io.c jcf-parse.c, jcf-write.c: Likewise.
* jvgenmain.c lang.c mangle.c typeck.c verify.c: Likewise.
From-SVN: r22410
Diffstat (limited to 'gcc/java/jcf-write.c')
-rw-r--r-- | gcc/java/jcf-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c index 931c9d5..b5bbdff 100644 --- a/gcc/java/jcf-write.c +++ b/gcc/java/jcf-write.c @@ -22,10 +22,10 @@ of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" +#include "system.h" #include "tree.h" #include "java-tree.h" #include "jcf.h" -#include <stdio.h> #include "obstack.h" #undef AND #include "rtl.h" |