aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/decl.c1
-rw-r--r--gcc/java/except.c1
-rw-r--r--gcc/java/expr.c1
-rw-r--r--gcc/java/jcf-parse.c1
-rw-r--r--gcc/java/typeck.c1
6 files changed, 4 insertions, 5 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 48c66fc..1fe9902 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
+
+ * typeck.c, decl.c, jcf-parse.c, except.c, expr.c:
+
2010-05-20 Jakub Jelinek <jakub@redhat.com>
PR debug/43521
diff --git a/gcc/java/decl.c b/gcc/java/decl.c
index e1c7fa4..81d4d6e 100644
--- a/gcc/java/decl.c
+++ b/gcc/java/decl.c
@@ -31,7 +31,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "tm.h"
#include "tree.h"
#include "rtl.h"
-#include "real.h"
#include "toplev.h"
#include "flags.h"
#include "java-tree.h"
diff --git a/gcc/java/except.c b/gcc/java/except.c
index 4e46514..84e9e22 100644
--- a/gcc/java/except.c
+++ b/gcc/java/except.c
@@ -27,7 +27,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "coretypes.h"
#include "tm.h"
#include "tree.h"
-#include "real.h"
#include "rtl.h"
#include "java-tree.h"
#include "javaop.h"
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 177a038..2885364 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -29,7 +29,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "coretypes.h"
#include "tm.h"
#include "tree.h"
-#include "real.h"
#include "rtl.h"
#include "flags.h"
#include "expr.h"
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c
index 4768c71..991999c 100644
--- a/gcc/java/jcf-parse.c
+++ b/gcc/java/jcf-parse.c
@@ -29,7 +29,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "coretypes.h"
#include "tm.h"
#include "tree.h"
-#include "real.h"
#include "obstack.h"
#include "flags.h"
#include "java-except.h"
diff --git a/gcc/java/typeck.c b/gcc/java/typeck.c
index 1024b7a..7915489 100644
--- a/gcc/java/typeck.c
+++ b/gcc/java/typeck.c
@@ -29,7 +29,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "coretypes.h"
#include "tm.h"
#include "tree.h"
-#include "real.h"
#include "obstack.h"
#include "flags.h"
#include "java-tree.h"