diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-14 09:42:24 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-14 09:42:24 +0000 |
| commit | 014e6e0cbc1518bf94165b6c2aa8b63ae92960a2 (patch) | |
| tree | 27bdae11f07ed6d79173032c097a020576eb13de /gcc/java/jcf-write.c | |
| parent | 6c8f15f2c4546d54852f0d2aa4ba8cd9c01932f3 (diff) | |
| download | ppe42-gcc-014e6e0cbc1518bf94165b6c2aa8b63ae92960a2.tar.gz ppe42-gcc-014e6e0cbc1518bf94165b6c2aa8b63ae92960a2.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22410 138bc75d-0d04-0410-961f-82ee72b054a4
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 931c9d582c1..b5bbdff0a83 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" |

