diff options
-rw-r--r-- | debug.c | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -9,15 +9,22 @@ **********************************************************************/ -#include "ruby/ruby.h" #include "ruby/encoding.h" #include "ruby/io.h" #include "ruby/util.h" -#include "vm_debug.h" -#include "eval_intern.h" -#include "vm_core.h" #include "symbol.h" -#include "id.h" /* This is the only place struct RIMemo is actually used */ struct RIMemo { |