diff options
-rw-r--r-- | class.c | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -23,12 +23,20 @@ * \{ */ #include "internal.h" #include "ruby/st.h" -#include "constant.h" #include "vm_core.h" -#include "id_table.h" -#include <ctype.h> #define id_attached id__attached__ |