diff options
Diffstat (limited to 'gcc/java/resource.c')
-rw-r--r-- | gcc/java/resource.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/java/resource.c b/gcc/java/resource.c index 8ae7e42..bc9e029 100644 --- a/gcc/java/resource.c +++ b/gcc/java/resource.c @@ -32,6 +32,13 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "diagnostic-core.h" #include "toplev.h" #include "parse.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "ggc.h" #include "tree-iterator.h" |