diff options
-rw-r--r-- | encoding.c | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -9,14 +9,24 @@ **********************************************************************/ -#include "ruby/encoding.h" -#include "internal.h" #include "encindex.h" #include "regenc.h" -#include <ctype.h> #include "ruby/util.h" - #include "ruby_assert.h" #ifndef ENC_DEBUG #define ENC_DEBUG 0 #endif |