summaryrefslogtreecommitdiff
path: root/include/ruby/impl/cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/impl/cast.h')
-rw-r--r--include/ruby/impl/cast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ruby/impl/cast.h b/include/ruby/impl/cast.h
index 254e10fee3..b4b28b69b1 100644
--- a/include/ruby/impl/cast.h
+++ b/include/ruby/impl/cast.h
@@ -25,9 +25,9 @@
* public headers. They could be used from C++, and C-style casts could issue
* warnings. Ruby internals are pure C so they should not bother.
*/
-#include "ruby/3/compiler_since.h"
-#include "ruby/3/has/warning.h"
-#include "ruby/3/warning_push.h"
+#include "ruby/impl/compiler_since.h"
+#include "ruby/impl/has/warning.h"
+#include "ruby/impl/warning_push.h"
#if ! defined(__cplusplus)
# define RUBY3_CAST(expr) (expr)