* common.mk, hash.c: remove unused inclusion.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2008-09-23 06:34:33 +00:00
parent 7440ec27fd
commit 23c291da09
3 changed files with 7 additions and 3 deletions

3
hash.c
View file

@ -11,7 +11,6 @@
**********************************************************************/
#include "eval_intern.h"
#include "ruby/ruby.h"
#include "ruby/st.h"
#include "ruby/util.h"
@ -626,6 +625,8 @@ rb_hash_default_proc(VALUE hash)
* h["cat"] #=> "catcat"
*/
VALUE rb_obj_is_proc(VALUE proc);
static VALUE
rb_hash_set_default_proc(VALUE hash, VALUE proc)
{