diff options
-rw-r--r-- | util.c | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -10,21 +10,24 @@ **********************************************************************/ #if defined __MINGW32__ || defined __MINGW64__ -#define MINGW_HAS_SECURE_API 1 #endif -#include "internal.h" #include <ctype.h> -#include <stdio.h> #include <errno.h> -#include <math.h> #include <float.h> #ifdef _WIN32 -#include "missing/file.h" #endif #include "ruby/util.h" const char ruby_hexdigits[] = "0123456789abcdef0123456789ABCDEF"; |