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

enum.c: Remove unused #include

transient_heap.h is no longer needed.
This commit is contained in:
Yusuke Endoh 2019-08-07 22:22:52 +09:00
parent 0d2aa6fec9
commit 58dec9625c

1
enum.c
View file

@ -14,7 +14,6 @@
#include "ruby/util.h"
#include "id.h"
#include "symbol.h"
#include "transient_heap.h"
#include <assert.h>