diff options
author | Mohan Embar <gnustuff@thisiscool.com> | 2003-08-13 07:08:29 +0000 |
---|---|---|
committer | Mohan Embar <membar@gcc.gnu.org> | 2003-08-13 07:08:29 +0000 |
commit | d0cf60ccdb9ce676eacbe9ee25a2429aed523f96 (patch) | |
tree | f747c2fd3cb832d046680d2d70ac615fb0fee4e8 /gcc/java/win32-host.c | |
parent | 479f4325c8594be54a32b94cc49ce34d801fd432 (diff) | |
download | gcc-d0cf60ccdb9ce676eacbe9ee25a2429aed523f96.zip gcc-d0cf60ccdb9ce676eacbe9ee25a2429aed523f96.tar.gz gcc-d0cf60ccdb9ce676eacbe9ee25a2429aed523f96.tar.bz2 |
Make-lang.in: Added missing win32-host.o to JAVA_OBJS, GCJH_OBJS, JCFDUMP_OBJS
* Make-lang.in: Added missing win32-host.o to JAVA_OBJS,
GCJH_OBJS, JCFDUMP_OBJS
* win32-host.c: Removed the unnecessary and broken dependency
on jcf.h
From-SVN: r70402
Diffstat (limited to 'gcc/java/win32-host.c')
-rw-r--r-- | gcc/java/win32-host.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/java/win32-host.c b/gcc/java/win32-host.c index c1a9ec1..b80da07 100644 --- a/gcc/java/win32-host.c +++ b/gcc/java/win32-host.c @@ -29,8 +29,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" -#include "jcf.h" - #define WIN32_LEAN_AND_MEAN #include <windows.h> #undef WIN32_LEAN_AND_MEAN |