diff options
Diffstat (limited to 'gcc/java/jcf-parse.c')
-rw-r--r-- | gcc/java/jcf-parse.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index 792fdbf..0018ffa 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -28,18 +28,13 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "coretypes.h" #include "target.h" #include "function.h" -#include "obstack.h" #include "bitmap.h" #include "tree.h" #include "stringpool.h" #include "cgraph.h" #include "diagnostic-core.h" -#include "alias.h" -#include "flags.h" -#include "java-except.h" #include "javaop.h" #include "java-tree.h" -#include "parse.h" #include "debug.h" #include "toplev.h" |