aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-09-14 09:42:24 +0000
committerJeff Law <law@gcc.gnu.org>1998-09-14 03:42:24 -0600
commit1f43f4b493d7d206b1a3f15d18b0a056dee5907e (patch)
tree27bdae11f07ed6d79173032c097a020576eb13de /gcc/java/jcf-parse.c
parentedfc5c062ed7a119eddcb628a136c9b9dea7035a (diff)
downloadgcc-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-parse.c')
-rw-r--r--gcc/java/jcf-parse.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c
index 0e8c51c..cdcbced 100644
--- a/gcc/java/jcf-parse.c
+++ b/gcc/java/jcf-parse.c
@@ -24,9 +24,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
/* Written by Per Bothner <bothner@cygnus.com> */
-#include <stdio.h>
-#include <ctype.h>
#include "config.h"
+#include "system.h"
#include "tree.h"
#include "obstack.h"
#include "flags.h"
@@ -51,14 +50,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
JCF_SKIP (JCF, LENGTH); } while (0)
#include "jcf.h"
-#ifdef __STDC__
-/* For getenv */
-#include <stdlib.h>
-#endif
-
-#ifndef SEEK_SET
-#include <unistd.h>
-#endif
extern struct obstack *saveable_obstack;
extern struct obstack temporary_obstack;