summaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 0af90680fc7..37a705c855f 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -26,12 +26,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h" /* For INT_TYPE_SIZE,
- TARGET_VTABLE_USES_DESCRIPTORS,
- BITS_PER_UNIT,
- MODIFY_JNI_METHOD_CALL and
- PARM_BOUNDARY. */
-
+#include "tm.h"
#include "alias.h"
#include "tree.h"
#include "fold-const.h"