From 30dc4bccfcd84bd6d6f63ea5aa51cee044fb9bb3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 27 Aug 2015 19:50:23 +0000 Subject: unicode.c: no st.h * enc/unicode.c: no longer use st.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/unicode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'enc') diff --git a/enc/unicode.c b/enc/unicode.c index 975fc2648e..12d3a5414b 100644 --- a/enc/unicode.c +++ b/enc/unicode.c @@ -183,8 +183,6 @@ onigenc_utf16_32_get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, return onigenc_unicode_ctype_code_range(ctype, ranges); } -#include "ruby/st.h" - #define PROPERTY_NAME_MAX_SIZE (MAX_WORD_LENGTH + 1) extern int -- cgit v1.2.3