summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-27 15:13:59 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-27 15:13:59 +0000
commita5e9f2e6cd992eed7e0b85b0f15b47d93de56590 (patch)
treefc7ef86c4248f0752a2f95253d77c23bfa264569 /error.c
parentf6667438e684d2e55fc45b739f1de16bec900ea0 (diff)
Remove duplicated include
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 0c8d4bff43..317d69c214 100644
--- a/error.c
+++ b/error.c
@@ -525,7 +525,7 @@ die(void)
abort();
}
-#include <stdio.h>
+
void
rb_bug(const char *fmt, ...)
{