diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-16 21:06:32 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-16 21:06:32 +0900 |
| commit | 6ba298ed54e647579d8b802784c314ecc32acb2c (patch) | |
| tree | c4e78482f05ca21df2439b1350c0906feeaafb39 /src | |
| parent | 715270bec5ea91e8d1820ba5e91f7a216111cb91 (diff) | |
| download | mruby-6ba298ed54e647579d8b802784c314ecc32acb2c.tar.gz mruby-6ba298ed54e647579d8b802784c314ecc32acb2c.zip | |
Remove unnecessory stdint.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/string.c | 1 |
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" |
