diff options
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index bbd3de3c0bc..81ae8daf08f 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -32,7 +32,18 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ MODIFY_JNI_METHOD_CALL and PARM_BOUNDARY. */ +#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 "real.h" #include "tree.h" +#include "fold-const.h" #include "stringpool.h" #include "stor-layout.h" #include "flags.h" @@ -46,7 +57,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "ggc.h" #include "tree-iterator.h" #include "target.h" -#include "wide-int.h" static void flush_quick_stack (void); static void push_value (tree); |