summaryrefslogtreecommitdiff
path: root/enum.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-08-07 22:22:52 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-08-07 22:24:20 +0900
commit58dec9625cc705fd9be6dc1ea20e232303e9c32d (patch)
tree4f7b4e708821c1d2db8f26253033cd5e94ffa9ab /enum.c
parent0d2aa6fec952e78739e7f379df5a3f7547ce4f27 (diff)
enum.c: Remove unused #include
transient_heap.h is no longer needed.
Diffstat (limited to 'enum.c')
-rw-r--r--enum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/enum.c b/enum.c
index f97a2d108b..e090a27c8e 100644
--- a/enum.c
+++ b/enum.c
@@ -14,7 +14,6 @@
#include "ruby/util.h"
#include "id.h"
#include "symbol.h"
-#include "transient_heap.h"
#include <assert.h>