summaryrefslogtreecommitdiff
path: root/include/ruby/impl/intern/complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/impl/intern/complex.h')
-rw-r--r--include/ruby/impl/intern/complex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ruby/impl/intern/complex.h b/include/ruby/impl/intern/complex.h
index ba9fe6c288..ca6429a7c0 100644
--- a/include/ruby/impl/intern/complex.h
+++ b/include/ruby/impl/intern/complex.h
@@ -20,9 +20,9 @@
* extension libraries. They could be written in C++98.
* @brief Public APIs related to ::rb_cComplex.
*/
-#include "ruby/3/dllexport.h"
-#include "ruby/3/value.h"
-#include "ruby/3/arithmetic/long.h" /* INT2FIX is here. */
+#include "ruby/impl/dllexport.h"
+#include "ruby/impl/value.h"
+#include "ruby/impl/arithmetic/long.h" /* INT2FIX is here. */
RUBY3_SYMBOL_EXPORT_BEGIN()