summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
-rw-r--r--proc.c9
1 files changed, 7 insertions, 2 deletions
@@ -10,10 +10,15 @@
**********************************************************************/
#include "eval_intern.h"
-#include "internal.h"
#include "gc.h"
-#include "vm_core.h"
#include "iseq.h"
/* Proc.new with no block will raise an exception in the future
* versions */