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
This commit is contained in:
Bryce McKinlay 1999-11-03 02:13:40 +00:00 committed by Bryce McKinlay
parent a3feaa92e0
commit 5e4f217316
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -18,7 +18,6 @@ details. */
#ifdef HAVE_BOEHM_GC
extern "C"
{
#include <boehm-config.h>
#include <gc.h>
};
#endif /* HAVE_BOEHM_GC */