1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

array.c: gc.h is not needed

This commit is contained in:
Yusuke Endoh 2019-08-07 22:56:52 +09:00
parent 3229e0583f
commit f82633b6a6

View file

@ -16,7 +16,6 @@
#include "probes.h"
#include "id.h"
#include "debug_counter.h"
#include "gc.h"
#include "transient_heap.h"
#include "internal.h"