summaryrefslogtreecommitdiffhomepage
path: root/src/sprintf.c
diff options
context:
space:
mode:
authorJunji Sawada <[email protected]>2012-07-14 11:39:25 +0900
committerJunji Sawada <[email protected]>2012-07-14 11:39:25 +0900
commit96366117ea4bd91bccf00110469765ebc1ebaa8c (patch)
treea0ea5f5df41847e0978ddeeb73ceccb698121438 /src/sprintf.c
parent08f7fab377dab2ed4d9e6d7f4a304f2ce804d12c (diff)
downloadmruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.tar.gz
mruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.zip
Remove unnecessary header inclusion
Diffstat (limited to 'src/sprintf.c')
-rw-r--r--src/sprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sprintf.c b/src/sprintf.c
index b597ff343..519e40b4b 100644
--- a/src/sprintf.c
+++ b/src/sprintf.c
@@ -15,7 +15,6 @@
#include "mruby/hash.h"
#include "mruby/numeric.h"
#include <math.h>
-#include <stdarg.h>
#include <ctype.h>
#ifdef HAVE_IEEEFP_H