diff options
-rw-r--r-- | strftime.c | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -47,10 +47,7 @@ * January 1996 */ -#include "ruby/ruby.h" -#include "ruby/encoding.h" -#include "timev.h" -#include "internal.h" #ifndef GAWK #include <stdio.h> @@ -68,6 +65,14 @@ #endif #include <math.h> /* defaults: season to taste */ #define SYSV_EXT 1 /* stuff in System V ascftime routine */ #define SUNOS_EXT 1 /* stuff in SunOS strftime routine */ |