diff options
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index 84b1680d5a8..5bd919abccf 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -27,12 +27,9 @@ 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 "inchash.h" #include "tree.h" #include "input.h" #include "java-tree.h" @@ -40,7 +37,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "langhooks.h" #include "langhooks-def.h" #include "flags.h" -#include "ggc.h" #include "diagnostic.h" #include "tree-inline.h" #include "splay-tree.h" |