From 5e4f2173162ffa0263160af367135f97a115b9b2 Mon Sep 17 00:00:00 2001 From: Bryce McKinlay Date: Wed, 3 Nov 1999 02:13:40 +0000 Subject: [PATCH] posix-threads.cc: Don't include boehm-config.h. 1999-11-02 Bryce McKinlay * posix-threads.cc: Don't include boehm-config.h. From-SVN: r30361 --- libjava/ChangeLog | 4 ++++ libjava/posix-threads.cc | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 + + * posix-threads.cc: Don't include boehm-config.h. + 1999-11-02 Tom Tromey * 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 #include }; #endif /* HAVE_BOEHM_GC */ -- 2.30.2