summaryrefslogtreecommitdiff
path: root/internal/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/hash.h')
-rw-r--r--internal/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/hash.h b/internal/hash.h
index f33d225953..25a6969e8a 100644
--- a/internal/hash.h
+++ b/internal/hash.h
@@ -9,9 +9,9 @@
* file COPYING are met. Consult the file for details.
* @brief Internal header for Hash.
*/
-#include "ruby/3/config.h"
+#include "ruby/impl/config.h"
#include <stddef.h> /* for size_t */
-#include "ruby/3/stdbool.h" /* for bool */
+#include "ruby/impl/stdbool.h" /* for bool */
#include "ruby/ruby.h" /* for struct RBasic */
#include "ruby/st.h" /* for struct st_table */