From: Tom Tromey Date: Wed, 3 Nov 1999 01:15:40 +0000 (+0000) Subject: * boehm.cc: Don't include boehm-config.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=965fe4f16fa90fd160755b3d9fa3c5755d4047b2;p=gcc.git * boehm.cc: Don't include boehm-config.h. From-SVN: r30359 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index cad83603c9d..46d5502e66e 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +1999-11-02 Tom Tromey + + * boehm.cc: Don't include boehm-config.h. + 1999-11-01 Tom Tromey * boehm.cc (_Jv_InitGC): Set GC_java_finalization. diff --git a/libjava/boehm.cc b/libjava/boehm.cc index 39fc9af9b09..33800edb410 100644 --- a/libjava/boehm.cc +++ b/libjava/boehm.cc @@ -23,12 +23,8 @@ details. */ #undef TRUE #undef FALSE -// We need to include gc_priv.h. However, it tries to include -// config.h if it hasn't already been included. So we force the -// inclusion of the Boehm config.h. extern "C" { -#include #include #include