aboutsummaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-28 01:33:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-28 01:33:57 +0000
commitf9b349adb53b02ed1b3565be5b06e4881b0cdd41 (patch)
tree20b5ff277552b56e76691db75e5e536df3aaf048 /regint.h
parentb2c25d56c59de27d7b03fc96a37f6a511000500e (diff)
downloadruby-f9b349adb53b02ed1b3565be5b06e4881b0cdd41.tar.gz
* Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system
specific thread model. * compile.h, regint.h, vm.h, array.c: removed unnecessary #include. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/regint.h b/regint.h
index 138e05e0db..e364e951ed 100644
--- a/regint.h
+++ b/regint.h
@@ -98,7 +98,6 @@
#define xfree free
#else
#include "ruby.h"
-#include "version.h"
#include "rubysig.h" /* for DEFER_INTS, ENABLE_INTS */
#define USE_COMBINATION_EXPLOSION_CHECK /* (X*)* */