1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2008-08-30 01:53:41 +00:00
parent 35617676cb
commit 1b80bfa469
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Aug 30 10:46:44 2008 Koichi Sasada <ko1@atdot.net>
* ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".
Sat Aug 30 10:43:03 2008 2008 Koichi Sasada <ko1@atdot.net>
* parse.y: remove include pragma for "ruby/intern.h".

View file

@ -18,7 +18,6 @@
#include <iconv.h>
#include <assert.h>
#include "ruby/st.h"
#include "ruby/intern.h"
#include "ruby/encoding.h"
/*