From 8b218e7c33f5cfaba2e9292a46d3bdd919efff30 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Jun 2007 03:06:15 +0000 Subject: * include/ruby: moved public headers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- regenc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regenc.h') diff --git a/regenc.h b/regenc.h index b1d6f2281..882971ceb 100644 --- a/regenc.h +++ b/regenc.h @@ -29,12 +29,12 @@ * SUCH DAMAGE. */ #ifndef REGINT_H -#include "config.h" +#include "ruby/config.h" #ifdef ONIG_ESCAPE_UCHAR_COLLISION #undef ONIG_ESCAPE_UCHAR_COLLISION #endif #endif -#include "oniguruma.h" +#include "ruby/oniguruma.h" typedef struct { OnigCodePoint from; -- cgit