diff options
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r-- | gcc/java/decl.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 7271ea70aba..fbd09a3d089 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -38,13 +38,24 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "jcf.h" #include "java-except.h" #include "ggc.h" +#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" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-inline.h" #include "target.h" #include "version.h" #include "tree-iterator.h" #include "langhooks.h" -#include "cgraph.h" #if defined (DEBUG_JAVA_BINDING_LEVELS) extern void indent (void); |