diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-11-03 01:15:40 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-11-03 01:15:40 +0000 |
commit | 965fe4f16fa90fd160755b3d9fa3c5755d4047b2 (patch) | |
tree | c71fca3eac9c8932f8eb175bbbea07c8d8d467fb /libjava/boehm.cc | |
parent | 89de952f8fd07986247620df87cbf08712141f31 (diff) | |
download | gcc-965fe4f16fa90fd160755b3d9fa3c5755d4047b2.zip gcc-965fe4f16fa90fd160755b3d9fa3c5755d4047b2.tar.gz gcc-965fe4f16fa90fd160755b3d9fa3c5755d4047b2.tar.bz2 |
* boehm.cc: Don't include boehm-config.h.
From-SVN: r30359
Diffstat (limited to 'libjava/boehm.cc')
-rw-r--r-- | libjava/boehm.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libjava/boehm.cc b/libjava/boehm.cc index 39fc9af..33800ed 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 <boehm-config.h> #include <gc_priv.h> #include <gc_mark.h> |