summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 9cf31fcaef..3d9b190c2d 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -45,7 +45,7 @@
#define VMDEBUG 3
#endif
-#include "ruby/impl/config.h"
+#include "ruby/internal/config.h"
#include <stddef.h>
#include <signal.h>
@@ -71,7 +71,7 @@
#include <setjmp.h>
-#include "ruby/impl/stdbool.h"
+#include "ruby/internal/stdbool.h"
#include "ccan/list/list.h"
#include "id.h"
#include "internal.h"