diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 1d66c7250cd..14d2706e3c3 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -26,13 +26,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.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 "stringpool.h" @@ -50,8 +47,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "hard-reg-set.h" #include "input.h" #include "function.h" -#include "ggc.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" |