summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/vm.c b/vm.c
index 603d4d0743..94d3034dbf 100644
--- a/vm.c
+++ b/vm.c
@@ -9,9 +9,9 @@
**********************************************************************/
-#include "ruby.h"
-#include "node.h"
-#include "st.h"
+#include "ruby/ruby.h"
+#include "ruby/node.h"
+#include "ruby/st.h"
#include "gc.h"
#include "yarvcore.h"