summaryrefslogtreecommitdiff
path: root/libjava/boehm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/boehm.cc')
-rw-r--r--libjava/boehm.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libjava/boehm.cc b/libjava/boehm.cc
index 39fc9af9b09..33800edb410 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>