aboutsummaryrefslogtreecommitdiffstats
path: root/strftime.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-28 16:40:02 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-24 10:37:41 +0900
commitc38c2d8ee26c70300e2e0a4eec867273a8520579 (patch)
tree0e368c3bbf3f1464bcd703e77649d4c6c9835325 /strftime.c
parent4794a8a7cf4c9da00728e691b81dadb103383108 (diff)
downloadruby-c38c2d8ee26c70300e2e0a4eec867273a8520579.tar.gz
Moved exported symbols in internal/util.h to ruby/util.h
[Feature #18051]
Diffstat (limited to 'strftime.c')
-rw-r--r--strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strftime.c b/strftime.c
index 17cfed1dda..4451fe3c6b 100644
--- a/strftime.c
+++ b/strftime.c
@@ -67,10 +67,10 @@
#include "internal.h"
#include "internal/string.h"
-#include "internal/util.h"
#include "internal/vm.h"
#include "ruby/encoding.h"
#include "ruby/ruby.h"
+#include "ruby/util.h"
#include "timev.h"
/* defaults: season to taste */