aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r--include/ruby/ruby.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 8ecb0f2405..afa181509a 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -44,10 +44,6 @@ extern "C" {
#define PRINTF_ARGS(decl, string_index, first_to_check) decl
#endif
-#ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
-
#ifdef HAVE_STRING_H
# include <string.h>
#else
@@ -66,7 +62,6 @@ extern "C" {
#endif
#include <stdarg.h>
-#include <stddef.h>
#include <stdio.h>
#include "defines.h"