diff options
Diffstat (limited to 'gcc/java/constants.c')
-rw-r--r-- | gcc/java/constants.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/java/constants.c b/gcc/java/constants.c index 70b8468..5b4b3fb 100644 --- a/gcc/java/constants.c +++ b/gcc/java/constants.c @@ -25,7 +25,17 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "coretypes.h" #include "tm.h" #include "jcf.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" |