summaryrefslogtreecommitdiff
path: root/thread_local_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_local_alloc.c')
-rw-r--r--thread_local_alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_local_alloc.c b/thread_local_alloc.c
index 545812a4..4a6624dd 100644
--- a/thread_local_alloc.c
+++ b/thread_local_alloc.c
@@ -196,8 +196,6 @@ GC_API GC_ATTR_MALLOC void * GC_CALL GC_malloc_kind(size_t bytes, int knd)
#ifdef GC_GCJ_SUPPORT
-# include "private/gc_atomic_ops.h" /* for AO_compiler_barrier() */
-
# include "include/gc_gcj.h"
/* Gcj-style allocation without locks is extremely tricky. The */