diff options
-rw-r--r-- | array.c | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -10,14 +10,25 @@ Copyright (C) 2000 Information-technology Promotion Agency, Japan **********************************************************************/ #include "ruby/encoding.h" -#include "ruby/util.h" #include "ruby/st.h" -#include "probes.h" -#include "id.h" -#include "debug_counter.h" #include "transient_heap.h" -#include "internal.h" #if !ARRAY_DEBUG # define NDEBUG |