summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/vm.c b/vm.c
index 92bc666c28..a495da01b9 100644
--- a/vm.c
+++ b/vm.c
@@ -8,11 +8,9 @@
**********************************************************************/
-#include "ruby/ruby.h"
+#include "internal.h"
#include "ruby/vm.h"
#include "ruby/st.h"
-#include "ruby/encoding.h"
-#include "internal.h"
#include "gc.h"
#include "vm_core.h"