diff options
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r-- | gcc/java/decl.c | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 0c0ad52..72133b4 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -27,6 +27,17 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.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 "options.h" +#include "real.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "stor-layout.h" #include "stringpool.h" @@ -41,10 +52,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "hash-map.h" #include "is-a.h" #include "plugin-api.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" #include "tm.h" #include "hard-reg-set.h" #include "input.h" |