diff options
author | Matt Valentine-House <[email protected]> | 2023-02-16 13:20:03 +0000 |
---|---|---|
committer | Aaron Patterson <[email protected]> | 2023-02-27 10:11:56 -0800 |
commit | ae5e62ee9070057767d7ae7d4494dd9e1c7fc70e (patch) | |
tree | 936ac7598c952fd32e2965b530db9948655fad48 /include/ruby/intern.h | |
parent | 2f7270c68150d9f49b48c8ff995f4f343d216cee (diff) |
Merge internal/intern/gc.h into internal/gc.h
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7330
Diffstat (limited to 'include/ruby/intern.h')
-rw-r--r-- | include/ruby/intern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 2480e2e703..48e4cd546e 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -36,7 +36,6 @@ #include "ruby/internal/intern/error.h" #include "ruby/internal/intern/eval.h" #include "ruby/internal/intern/file.h" -#include "ruby/internal/intern/gc.h" #include "ruby/internal/intern/hash.h" #include "ruby/internal/intern/io.h" #include "ruby/internal/intern/load.h" |