hash.c: gc.h is no longer needed

This commit is contained in:
Yusuke Endoh 2019-08-07 22:42:42 +09:00
parent f5481e35ab
commit 0cf6bfca78

1
hash.c
View File

@ -19,7 +19,6 @@
#include "probes.h"
#include "id.h"
#include "symbol.h"
#include "gc.h"
#include "debug_counter.h"
#include "transient_heap.h"
#include "ruby_assert.h"