diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-03 01:15:40 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-03 01:15:40 +0000 |
commit | 2a196eed51065569ffa26b8b6a72a832b825318f (patch) | |
tree | c71fca3eac9c8932f8eb175bbbea07c8d8d467fb /libjava/boehm.cc | |
parent | 0d639e3ac93d463964f82e263e31ee75fed393f4 (diff) | |
download | gcc-2a196eed51065569ffa26b8b6a72a832b825318f.tar.gz |
* boehm.cc: Don't include boehm-config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30359 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 <boehm-config.h> #include <gc_priv.h> #include <gc_mark.h> |