summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-08-07 22:42:42 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-08-07 22:43:02 +0900
commit0cf6bfca7866a0205ba6d603cca7c87f4db0065e (patch)
tree1ed86e58e0787647fdb0fd68f1815cdcc3d305b5 /hash.c
parentf5481e35abfc8d53cffe33246b4d5736798f4241 (diff)
hash.c: gc.h is no longer needed
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index a6b98c6ba8..3fb519c537 100644
--- a/hash.c
+++ b/hash.c
@@ -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"