diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-03 02:13:40 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-03 02:13:40 +0000 |
commit | 05b180d5d69c26d972874a0a187f2cdf0e7734d6 (patch) | |
tree | 624eb60b4b5091d3016191641efc34fbc765e728 /libjava | |
parent | b25561f891c9a42d90ab63d8f7c28cb2f363805b (diff) | |
download | gcc-05b180d5d69c26d972874a0a187f2cdf0e7734d6.tar.gz |
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
* posix-threads.cc: Don't include boehm-config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30361 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 4 | ||||
-rw-r--r-- | libjava/posix-threads.cc | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 46d5502e66e..209e53e2fe2 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> + + * posix-threads.cc: Don't include boehm-config.h. + 1999-11-02 Tom Tromey <tromey@cygnus.com> * boehm.cc: Don't include boehm-config.h. diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc index 2ddc9bff672..4e3eacd4383 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 */ |