diff options
Diffstat (limited to 'gcc/java/boehm.c')
-rw-r--r-- | gcc/java/boehm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/java/boehm.c b/gcc/java/boehm.c index 027305aa345..36f0eb69d08 100644 --- a/gcc/java/boehm.c +++ b/gcc/java/boehm.c @@ -27,13 +27,10 @@ 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 "java-tree.h" #include "parse.h" |