summaryrefslogtreecommitdiff
path: root/include/ruby/internal/attr/restrict.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/attr/restrict.h')
-rw-r--r--include/ruby/internal/attr/restrict.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ruby/internal/attr/restrict.h b/include/ruby/internal/attr/restrict.h
index 518906f6da..3f4b7db165 100644
--- a/include/ruby/internal/attr/restrict.h
+++ b/include/ruby/internal/attr/restrict.h
@@ -20,9 +20,9 @@
* extension libraries. They could be written in C++98.
* @brief Defines #RBIMPL_ATTR_RESTRICT.
*/
-#include "ruby/impl/compiler_since.h"
-#include "ruby/impl/has/attribute.h"
-#include "ruby/impl/token_paste.h"
+#include "ruby/internal/compiler_since.h"
+#include "ruby/internal/has/attribute.h"
+#include "ruby/internal/token_paste.h"
/* :FIXME: config.h includes conflicting `#define restrict`. MSVC can be
* detected using `RBIMPL_COMPILER_SINCE()`, but Clang & family cannot use