summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-26 05:10:25 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-26 05:10:25 +0000
commit705586b1a17cdd649ca6bc46f811d5808694d3b4 (patch)
treefdadf39eb96f2fd81a7476042d6b200be2bf6944 /include
parentc6cda4e3363f82fd4a5055534b2a25d906fc6386 (diff)
* include/ruby/missing.h: revert a part of r28727. config.h is expected
to include only once, before including defines.h. including it here breaks some macro definitions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/missing.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index 8e4ffae72a..6d5ace5ed0 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -18,8 +18,6 @@ extern "C" {
#endif
#endif
-#include "ruby/config.h"
-
#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
#elif !defined(_WIN32)