aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/impl/has/declspec_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/impl/has/declspec_attribute.h')
-rw-r--r--include/ruby/impl/has/declspec_attribute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/impl/has/declspec_attribute.h b/include/ruby/impl/has/declspec_attribute.h
index 33bd3cb6ee..317bd9989a 100644
--- a/include/ruby/impl/has/declspec_attribute.h
+++ b/include/ruby/impl/has/declspec_attribute.h
@@ -20,8 +20,8 @@
* extension libraries. They could be written in C++98.
* @brief Defines #RUBY3_HAS_DECLSPEC_ATTRIBUTE.
*/
-#include "ruby/3/compiler_since.h"
-#include "ruby/3/token_paste.h"
+#include "ruby/impl/compiler_since.h"
+#include "ruby/impl/token_paste.h"
/** Wraps (or simulates) `__has_declspec_attribute`. */
#if defined(__has_declspec_attribute)