diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 8ecc1d9..cfff618 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -28,16 +28,12 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "coretypes.h" #include "target.h" #include "function.h" -#include "obstack.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 "varasm.h" -#include "flags.h" #include "java-tree.h" #include "jcf.h" #include "toplev.h" |