diff options
Diffstat (limited to 'gcc/java/except.c')
-rw-r--r-- | gcc/java/except.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/java/except.c b/gcc/java/except.c index 3b30e76ede8..6dc01084698 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -25,7 +25,17 @@ 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 "fold-const.h" #include "stringpool.h" #include "stor-layout.h" #include "java-tree.h" |