summaryrefslogtreecommitdiff
path: root/include/ruby/impl/attr/noexcept.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/impl/attr/noexcept.h')
-rw-r--r--include/ruby/impl/attr/noexcept.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/impl/attr/noexcept.h b/include/ruby/impl/attr/noexcept.h
index aff3b2cb1b..ee7329b735 100644
--- a/include/ruby/impl/attr/noexcept.h
+++ b/include/ruby/impl/attr/noexcept.h
@@ -61,8 +61,8 @@
* Itanium C++ ABI has zero-cost exception handling), but does impact on
* generated binary size. This is bad.
*/
-#include "ruby/3/compiler_since.h"
-#include "ruby/3/has/feature.h"
+#include "ruby/impl/compiler_since.h"
+#include "ruby/impl/has/feature.h"
/** Wraps (or simulates) C++11 `noexcept` */
#if ! defined(__cplusplus)