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 922dfe7..7a7ea0c 100644 --- a/gcc/java/resource.c +++ b/gcc/java/resource.c @@ -25,19 +25,13 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "tm.h" -#include "function.h" -#include "hard-reg-set.h" #include "tree.h" #include "stringpool.h" #include "cgraph.h" -#include "diagnostic-core.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "java-tree.h" -#include "jcf.h" #include "toplev.h" -#include "parse.h" #include "tree-iterator.h" /* A list of all the resources files. */ |