This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[BC] Patch: FYI: remove old include


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>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]