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 94b2dcf..40a36fd 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -29,14 +29,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "target.h" #include "tree.h" #include "diagnostic.h" -#include "alias.h" #include "java-tree.h" #include "jcf.h" #include "langhooks.h" #include "langhooks-def.h" -#include "flags.h" -#include "tree-inline.h" -#include "splay-tree.h" #include "tree-dump.h" #include "opts.h" #include "context.h" |