diff options
Diffstat (limited to 'gcc/java')
| -rw-r--r-- | gcc/java/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/java/Make-lang.in | 2 | ||||
| -rw-r--r-- | gcc/java/decl.c | 1 | ||||
| -rw-r--r-- | gcc/java/expr.c | 1 | ||||
| -rw-r--r-- | gcc/java/parse.y | 1 |
5 files changed, 8 insertions, 4 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 0f279e64a55..5a60bf92f1b 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,10 @@ +2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * Make-lang.in: Remove all dependencies on defaults.h. + * decl.c: Don't include defaults.h. + * expr.c: Likewise. + * parse.y: Likewise. + 2001-01-25 Alexandre Petit-Bianco <apbianco@cygnus.com> * ChangeLog (2001-01-21): Fixed typo. diff --git a/gcc/java/Make-lang.in b/gcc/java/Make-lang.in index c16fc84c28e..4c57d9fe02d 100644 --- a/gcc/java/Make-lang.in +++ b/gcc/java/Make-lang.in @@ -248,7 +248,7 @@ java/class.o: java/class.c $(CONFIG_H) $(JAVA_TREE_H) $(RTL_H) java/jcf.h \ java/constants.o: java/constants.c $(CONFIG_H) $(JAVA_TREE_H) java/jcf.h \ toplev.h system.h $(GGC_H) java/decl.o: java/decl.c $(CONFIG_H) $(JAVA_TREE_H) java/jcf.h \ - toplev.h system.h function.h defaults.h gcc.h + toplev.h system.h function.h gcc.h java/except.o: java/except.c $(CONFIG_H) $(JAVA_TREE_H) java/jcf.h real.h \ $(RTL_H) java/javaop.h java/java-opcodes.h except.h java/java-except.h \ eh-common.h toplev.h system.h function.h diff --git a/gcc/java/decl.c b/gcc/java/decl.c index ae5339c7faf..b11ea6caaec 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -35,7 +35,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "toplev.h" #include "function.h" #include "except.h" -#include "defaults.h" #include "java-except.h" #include "ggc.h" diff --git a/gcc/java/expr.c b/gcc/java/expr.c index f42cc451004..beb3137e24d 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -39,7 +39,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "parse.h" #include "toplev.h" #include "except.h" -#include "defaults.h" #include "ggc.h" static void flush_quick_stack PARAMS ((void)); diff --git a/gcc/java/parse.y b/gcc/java/parse.y index 491dfb4bb74..cf438e92840 100644 --- a/gcc/java/parse.y +++ b/gcc/java/parse.y @@ -64,7 +64,6 @@ definitions and other extensions. */ #include "xref.h" #include "function.h" #include "except.h" -#include "defaults.h" #include "ggc.h" #ifndef DIR_SEPARATOR |

