summaryrefslogtreecommitdiff
path: root/libjava/posix-threads.cc
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-03 02:13:40 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-03 02:13:40 +0000
commit05b180d5d69c26d972874a0a187f2cdf0e7734d6 (patch)
tree624eb60b4b5091d3016191641efc34fbc765e728 /libjava/posix-threads.cc
parentb25561f891c9a42d90ab63d8f7c28cb2f363805b (diff)
downloadgcc-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/posix-threads.cc')
-rw-r--r--libjava/posix-threads.cc1
1 files changed, 0 insertions, 1 deletions
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 */