summaryrefslogtreecommitdiffstats
path: root/class.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-04 14:40:30 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-04 14:40:30 +0000
commit3900f74c3d81783fa13b2935dc72dc4774e34c2d (patch)
treea9f5d6816062337b138b455bdde17985ec5f0a11 /class.c
parentec714be292090bcf16469b027742d56fd04ac913 (diff)
downloadruby-3900f74c3d81783fa13b2935dc72dc4774e34c2d.tar.gz
ruby-3900f74c3d81783fa13b2935dc72dc4774e34c2d.tar.xz
ruby-3900f74c3d81783fa13b2935dc72dc4774e34c2d.zip
* class.c, hash.c, string.c: remove #include "version.h".
* Makefile.in: remove needless version.h dependency. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'class.c')
-rw-r--r--class.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/class.c b/class.c
index 8132f8c5c..666548dde 100644
--- a/class.c
+++ b/class.c
@@ -14,7 +14,6 @@
#include "rubysig.h"
#include "node.h"
#include "st.h"
-#include "version.h"
#include <ctype.h>
extern st_table *rb_class_tbl;