summaryrefslogtreecommitdiffstats
path: root/compile.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
commitf80e89fb7d58fc36d636567dcefd6c56c603e70d (patch)
tree20b5ff277552b56e76691db75e5e536df3aaf048 /compile.h
parent4217916bf4e0721d4e3889ad47855a440e64e2bf (diff)
downloadruby-f80e89fb7d58fc36d636567dcefd6c56c603e70d.tar.gz
ruby-f80e89fb7d58fc36d636567dcefd6c56c603e70d.tar.xz
ruby-f80e89fb7d58fc36d636567dcefd6c56c603e70d.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@11928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.h b/compile.h
index d2adee60d..92c4f250d 100644
--- a/compile.h
+++ b/compile.h
@@ -13,7 +13,6 @@
#ifndef _COMPILER_H_INCLUDED_
#define _COMPILER_H_INCLUDED_
-#include "version.h"
#if YARVDEBUG > CPDEBUG
#undef CPDEBUG