diff options
Diffstat (limited to 'gcc/java/builtins.c')
-rw-r--r-- | gcc/java/builtins.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c index fa1e12c53f8..5ec0fee170f 100644 --- a/gcc/java/builtins.c +++ b/gcc/java/builtins.c @@ -30,18 +30,14 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "stor-layout.h" #include "stringpool.h" -#include "ggc.h" #include "flags.h" #include "langhooks.h" #include "java-tree.h" @@ -50,10 +46,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ Front ends should never have to look at that. */ #include "rtl.h" #include "insn-codes.h" -#include "hashtab.h" #include "hard-reg-set.h" #include "function.h" -#include "statistics.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |