diff options
Diffstat (limited to 'gcc/java/builtins.c')
-rw-r--r-- | gcc/java/builtins.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c index a4f59f9..a365805 100644 --- a/gcc/java/builtins.c +++ b/gcc/java/builtins.c @@ -34,7 +34,9 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "langhooks.h" #include "java-tree.h" #include <stdarg.h> -#include "convert.h" + +/* FIXME: All these headers are necessary for sync_compare_and_swap. + Front ends should never have to look at that. */ #include "rtl.h" #include "insn-codes.h" #include "expr.h" |