diff options
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index e28ab5e..dac322d 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -27,6 +27,15 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "input.h" #include "java-tree.h" |