summaryrefslogtreecommitdiff
path: root/hash.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
commitda191c4547d002b488deaf639e28ef766f594024 (patch)
treea9f5d6816062337b138b455bdde17985ec5f0a11 /hash.c
parent3d00f9fc96c36206b4617db5a8b433720bada116 (diff)
* class.c, hash.c, string.c: remove #include "version.h".
* Makefile.in: remove needless version.h dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index cc9af8a4f0..2743ad0e24 100644
--- a/hash.c
+++ b/hash.c
@@ -16,7 +16,6 @@
#include "st.h"
#include "util.h"
#include "rubysig.h"
-#include "version.h"
#ifdef __APPLE__
#include <crt_externs.h>