aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2021-01-04 12:01:04 +0900
committerKenta Murata <mrkn@mrkn.jp>2021-01-04 12:01:04 +0900
commit597e06360642189d332fadf25b2b6ba9b1df6387 (patch)
tree4618791ae123c04611a06ee812b30d6322a0234a /ext
parentf4be7a510eebbe6507ba41d138d7d252f4a68e90 (diff)
downloadruby-597e06360642189d332fadf25b2b6ba9b1df6387.tar.gz
Revert "Include RUBY_EXTCONF_H if available"
It is unnecessary because RUBY_EXTCONF_H has already been included in ruby/internal/config.h. This reverts commit 0644f466b0ef017202712882b557ba32863002c4.
Diffstat (limited to 'ext')
-rw-r--r--ext/bigdecimal/bigdecimal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h
index 919583d04f..900ebd412a 100644
--- a/ext/bigdecimal/bigdecimal.h
+++ b/ext/bigdecimal/bigdecimal.h
@@ -14,10 +14,6 @@
#include "ruby/ruby.h"
#include <float.h>
-#ifdef RUBY_EXTCONF_H
-# include RUBY_EXTCONF_H
-#endif
-
#if defined(__bool_true_false_are_defined)
# /* Take that. */