From 149a03bdfbaffe39a454a695c5b4c531951193c7 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 19 Mar 2008 02:50:12 +0000 Subject: * regint.h (include): include ruby.h instead of defines.h and config.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- regint.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'regint.h') diff --git a/regint.h b/regint.h index 3d1ce7b76a..09f3c29ee2 100644 --- a/regint.h +++ b/regint.h @@ -84,8 +84,7 @@ /* */ /* escape other system UChar definition */ #ifndef RUBY_DEFINES_H -#include "ruby/config.h" -#include "ruby/defines.h" +#include "ruby/ruby.h" #endif #ifdef ONIG_ESCAPE_UCHAR_COLLISION #undef ONIG_ESCAPE_UCHAR_COLLISION -- cgit v1.2.3