diff options
Diffstat (limited to 'gcc/java/java-gimplify.c')
-rw-r--r-- | gcc/java/java-gimplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-gimplify.c b/gcc/java/java-gimplify.c index f32a4c809b0..987351c2102 100644 --- a/gcc/java/java-gimplify.c +++ b/gcc/java/java-gimplify.c @@ -30,7 +30,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "tree.h" #include "java-tree.h" #include "tree-dump.h" -#include "tree-simple.h" +#include "tree-gimple.h" #include "toplev.h" static tree java_gimplify_case_expr (tree); |