diff options
Diffstat (limited to 'internal/hash.h')
-rw-r--r-- | internal/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/hash.h b/internal/hash.h index 25a6969e8a..f77102506e 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/impl/config.h" +#include "ruby/internal/config.h" #include <stddef.h> /* for size_t */ -#include "ruby/impl/stdbool.h" /* for bool */ +#include "ruby/internal/stdbool.h" /* for bool */ #include "ruby/ruby.h" /* for struct RBasic */ #include "ruby/st.h" /* for struct st_table */ |