summaryrefslogtreecommitdiff
path: root/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'strftime.c')
-rw-r--r--strftime.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/strftime.c b/strftime.c
index dd2b21f977..911bcdaf15 100644
--- a/strftime.c
+++ b/strftime.c
@@ -47,10 +47,7 @@
* January 1996
*/
-#include "ruby/ruby.h"
-#include "ruby/encoding.h"
-#include "timev.h"
-#include "internal.h"
+#include "ruby/config.h"
#ifndef GAWK
#include <stdio.h>
@@ -68,6 +65,14 @@
#endif
#include <math.h>
+#include "internal.h"
+#include "internal/string.h"
+#include "internal/util.h"
+#include "internal/vm.h"
+#include "ruby/encoding.h"
+#include "ruby/ruby.h"
+#include "timev.h"
+
/* defaults: season to taste */
#define SYSV_EXT 1 /* stuff in System V ascftime routine */
#define SUNOS_EXT 1 /* stuff in SunOS strftime routine */