aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r--gcc/java/lang.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index a704d5d..a85f68a 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -30,8 +30,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "tm.h"
#include "tree.h"
#include "input.h"
-#include "rtl.h"
-#include "expr.h"
#include "java-tree.h"
#include "jcf.h"
#include "toplev.h"
@@ -45,7 +43,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "tree-dump.h"
#include "opts.h"
#include "options.h"
-#include "except.h"
+#include "except.h" /* For USING_SJLJ_EXCEPTIONS. */
static bool java_init (void);
static void java_finish (void);