[kaffe] CVS kaffe (robilad): Removed an unnecessary include
Kaffe CVS
cvs-commits at kaffe.org
Tue Dec 20 19:17:49 PST 2005
PatchSet 7028
Date: 2005/12/21 03:10:59
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Removed an unnecessary include
2005-12-20 Dalibor Topic <robilad at kaffe.org>
* libraries/clib/native/Runtime.c: Removed unnecessary include.
Members:
ChangeLog:1.4547->1.4548
libraries/clib/native/Runtime.c:1.39->1.40
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4547 kaffe/ChangeLog:1.4548
--- kaffe/ChangeLog:1.4547 Tue Dec 20 22:07:28 2005
+++ kaffe/ChangeLog Wed Dec 21 03:10:59 2005
@@ -1,3 +1,7 @@
+2005-12-20 Dalibor Topic <robilad at kaffe.org>
+
+ * libraries/clib/native/Runtime.c: Removed unnecessary include.
+
2005-12-20 Alexander Boettcher <alex at kaffe.org>
* FAQ/FAQ.drops: Initial checkin of drops port FAQ
Index: kaffe/libraries/clib/native/Runtime.c
diff -u kaffe/libraries/clib/native/Runtime.c:1.39 kaffe/libraries/clib/native/Runtime.c:1.40
--- kaffe/libraries/clib/native/Runtime.c:1.39 Sun Oct 2 14:20:09 2005
+++ kaffe/libraries/clib/native/Runtime.c Wed Dec 21 03:11:04 2005
@@ -16,7 +16,6 @@
#include <native.h>
#include "files.h"
#include "defs.h"
-#include "java_io_File.h"
#include "java_lang_String.h"
#include "java_lang_VMRuntime.h"
#include "external.h"
More information about the kaffe
mailing list