diff options
Diffstat (limited to 'include/ruby/impl/intern/hash.h')
-rw-r--r-- | include/ruby/impl/intern/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/impl/intern/hash.h b/include/ruby/impl/intern/hash.h index f8d0628b9b..a0c2382410 100644 --- a/include/ruby/impl/intern/hash.h +++ b/include/ruby/impl/intern/hash.h @@ -20,8 +20,8 @@ * extension libraries. They could be written in C++98. * @brief Public APIs related to ::rb_cHash. */ -#include "ruby/3/dllexport.h" -#include "ruby/3/value.h" +#include "ruby/impl/dllexport.h" +#include "ruby/impl/value.h" #include "ruby/st.h" RUBY3_SYMBOL_EXPORT_BEGIN() |