This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[BC] Patch: FYI: remove old include
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 12 Oct 2004 13:44:07 -0600
- Subject: [BC] Patch: FYI: remove old include
- Reply-to: tromey at redhat dot com
I'm checking this in on the BC branch.
A clean build revealed an old #include.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* prims.cc: Don't include FirstThread.h.
Index: prims.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/prims.cc,v
retrieving revision 1.87.10.7
diff -u -r1.87.10.7 prims.cc
--- prims.cc 12 Oct 2004 12:32:29 -0000 1.87.10.7
+++ prims.cc 12 Oct 2004 19:46:01 -0000
@@ -61,7 +61,6 @@
#include <java/lang/VirtualMachineError.h>
#include <gnu/gcj/runtime/VMClassLoader.h>
#include <gnu/gcj/runtime/FinalizerThread.h>
-#include <gnu/gcj/runtime/FirstThread.h>
#include <execution.h>
#include <gnu/java/lang/MainThread.h>