From 2a196eed51065569ffa26b8b6a72a832b825318f Mon Sep 17 00:00:00 2001
From: tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 3 Nov 1999 01:15:40 +0000
Subject: [PATCH] 	* boehm.cc: Don't include boehm-config.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30359 138bc75d-0d04-0410-961f-82ee72b054a4
---
 libjava/ChangeLog | 4 ++++
 libjava/boehm.cc  | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index cad83603c9d5..46d5502e66e7 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-02  Tom Tromey  <tromey@cygnus.com>
+
+	* boehm.cc: Don't include boehm-config.h.
+
 1999-11-01  Tom Tromey  <tromey@cygnus.com>
 
 	* boehm.cc (_Jv_InitGC): Set GC_java_finalization.
diff --git a/libjava/boehm.cc b/libjava/boehm.cc
index 39fc9af9b098..33800edb410d 100644
--- a/libjava/boehm.cc
+++ b/libjava/boehm.cc
@@ -23,12 +23,8 @@ details.  */
 #undef TRUE
 #undef FALSE
 
-// We need to include gc_priv.h.  However, it tries to include
-// config.h if it hasn't already been included.  So we force the
-// inclusion of the Boehm config.h.
 extern "C"
 {
-#include <boehm-config.h>
 #include <gc_priv.h>
 #include <gc_mark.h>
 
-- 
GitLab