summaryrefslogtreecommitdiff
path: root/include/ruby/re.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/re.h')
-rw-r--r--include/ruby/re.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ruby/re.h b/include/ruby/re.h
index c52e6e55c4..ec0f425db0 100644
--- a/include/ruby/re.h
+++ b/include/ruby/re.h
@@ -10,13 +10,13 @@
* modify this file, provided that the conditions mentioned in the
* file COPYING are met. Consult the file for details.
*/
-#include "ruby/impl/config.h"
+#include "ruby/internal/config.h"
#include <sys/types.h>
#include <stdio.h>
#include "ruby/regex.h"
-#include "ruby/impl/core/rmatch.h"
-#include "ruby/impl/dllexport.h"
+#include "ruby/internal/core/rmatch.h"
+#include "ruby/internal/dllexport.h"
RBIMPL_SYMBOL_EXPORT_BEGIN()