From 903f5c23c82a305a253b65883c338ea77160e2bc Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Wed, 15 Jul 2015 19:50:23 +0000 Subject: opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include input.h. 2015-07-15 Andrew MacLeod * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include input.h. * opts.c: Remove multiline #include comment. 2015-07-15 Andrew MacLeod * java/expr.c: Remove multiline #include comment. 2015-07-15 Andrew MacLeod * fortran/trans-types.c: Remove multiline #include comment. 2015-07-15 Andrew MacLeod * c-family/c-opts.c: Remove multiline #include comment. From-SVN: r225846 --- gcc/java/expr.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gcc/java/expr.c') diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 0af9068..37a705c 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" -- cgit v1.1