aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/st.h
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-27 22:13:06 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-27 22:13:06 +0000
commit7d672f3e3733683e41b7137a8fa488340033ce0c (patch)
tree4a3619e0527ee50c44513f17e89a6e7f3bcadf18 /include/ruby/st.h
parent6537dc309962c7fefcb8d698bbebe4e4f78d0096 (diff)
downloadruby-7d672f3e3733683e41b7137a8fa488340033ce0c.tar.gz
* include/ruby/intern.h: Delete redundant inclusions caused by
AC_INCLUDES_DEFAULT in defines.h. * include/ruby/defines.h: Ditto. * include/ruby/ruby.h: Ditto. * include/ruby/st.h: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/st.h')
-rw-r--r--include/ruby/st.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/ruby/st.h b/include/ruby/st.h
index c2294a92c1..466bbcf5f6 100644
--- a/include/ruby/st.h
+++ b/include/ruby/st.h
@@ -14,19 +14,6 @@ extern "C" {
#include "ruby/defines.h"
-#if defined STDC_HEADERS
-#include <stddef.h>
-#elif defined HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-
#if defined __GNUC__ && __GNUC__ >= 4
#pragma GCC visibility push(default)
#endif