diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 1999-11-03 02:13:40 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 1999-11-03 02:13:40 +0000 |
commit | 5e4f2173162ffa0263160af367135f97a115b9b2 (patch) | |
tree | 624eb60b4b5091d3016191641efc34fbc765e728 /libjava/posix-threads.cc | |
parent | a3feaa92e076f53afffc51b9e72ed901dab7e4df (diff) | |
download | gcc-5e4f2173162ffa0263160af367135f97a115b9b2.zip gcc-5e4f2173162ffa0263160af367135f97a115b9b2.tar.gz gcc-5e4f2173162ffa0263160af367135f97a115b9b2.tar.bz2 |
posix-threads.cc: Don't include boehm-config.h.
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
* posix-threads.cc: Don't include boehm-config.h.
From-SVN: r30361
Diffstat (limited to 'libjava/posix-threads.cc')
-rw-r--r-- | libjava/posix-threads.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc index 2ddc9bf..4e3eacd 100644 --- a/libjava/posix-threads.cc +++ b/libjava/posix-threads.cc @@ -18,7 +18,6 @@ details. */ #ifdef HAVE_BOEHM_GC extern "C" { -#include <boehm-config.h> #include <gc.h> }; #endif /* HAVE_BOEHM_GC */ |