summaryrefslogtreecommitdiff
path: root/internal/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/string.h')
-rw-r--r--internal/string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/string.h b/internal/string.h
index f550719f96..e12bd82a0c 100644
--- a/internal/string.h
+++ b/internal/string.h
@@ -9,10 +9,10 @@
* file COPYING are met. Consult the file for details.
* @brief Internal header for String.
*/
-#include "ruby/3/config.h"
+#include "ruby/impl/config.h"
#include <stddef.h> /* for size_t */
#include "internal/compilers.h" /* for __has_builtin */
-#include "ruby/3/stdbool.h" /* for bool */
+#include "ruby/impl/stdbool.h" /* for bool */
#include "ruby/encoding.h" /* for rb_encoding */
#include "ruby/ruby.h" /* for VALUE */