summaryrefslogtreecommitdiff
path: root/load.c
diff options
context:
space:
mode:
-rw-r--r--load.c15
1 files changed, 11 insertions, 4 deletions
@@ -2,13 +2,20 @@
* load methods from eval.c
*/
-#include "ruby/encoding.h"
-#include "ruby/util.h"
-#include "internal.h"
#include "dln.h"
#include "eval_intern.h"
-#include "probes.h"
#include "iseq.h"
static VALUE ruby_dln_librefs;