summaryrefslogtreecommitdiffstats
path: root/string.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 /string.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 'string.c')
-rw-r--r--string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/string.c b/string.c
index eebc61cd1..e960f2078 100644
--- a/string.c
+++ b/string.c
@@ -14,7 +14,6 @@
#include "ruby.h"
#include "re.h"
-#include "version.h"
#define BEG(no) regs->beg[no]
#define END(no) regs->end[no]