diff options
Diffstat (limited to 'gcc/java/resource.c')
-rw-r--r-- | gcc/java/resource.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/java/resource.c b/gcc/java/resource.c index 401e634..96fc087 100644 --- a/gcc/java/resource.c +++ b/gcc/java/resource.c @@ -25,21 +25,15 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" #include "tree.h" -#include "rtl.h" -#include "flags.h" #include "java-tree.h" #include "jcf.h" -#include "obstack.h" #include "toplev.h" #include "output.h" #include "parse.h" #include "function.h" #include "ggc.h" #include "stdio.h" -#include "target.h" -#include "expr.h" #include "tree-iterator.h" #include "cgraph.h" |