summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-03-16 21:06:32 +0900
committerMasaki Muranaka <[email protected]>2013-03-16 21:06:32 +0900
commit6ba298ed54e647579d8b802784c314ecc32acb2c (patch)
treec4e78482f05ca21df2439b1350c0906feeaafb39 /src/string.c
parent715270bec5ea91e8d1820ba5e91f7a216111cb91 (diff)
downloadmruby-6ba298ed54e647579d8b802784c314ecc32acb2c.tar.gz
mruby-6ba298ed54e647579d8b802784c314ecc32acb2c.zip
Remove unnecessory stdint.h.
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c
index d474f6f96..26acfdcb4 100644
--- a/src/string.c
+++ b/src/string.c
@@ -6,7 +6,6 @@
#include "mruby.h"
-#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include "mruby/string.h"