aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-08-07 22:56:52 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-08-07 22:56:52 +0900
commitf82633b6a6053e6273e8795d3e91c50ab5c260d8 (patch)
treef031c4df271c738f36399ef3a0fe50498f5e5479 /array.c
parent3229e0583fba6a7f1c58a1dd8aa7d4ca9c5155d9 (diff)
downloadruby-f82633b6a6053e6273e8795d3e91c50ab5c260d8.tar.gz
array.c: gc.h is not needed
Diffstat (limited to 'array.c')
-rw-r--r--array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/array.c b/array.c
index 11542efe99..adb32811a5 100644
--- a/array.c
+++ b/array.c
@@ -16,7 +16,6 @@
#include "probes.h"
#include "id.h"
#include "debug_counter.h"
-#include "gc.h"
#include "transient_heap.h"
#include "internal.h"