Remove unnecessory stdint.h.

This commit is contained in:
Masaki Muranaka
2013-03-16 21:06:32 +09:00
parent 715270bec5
commit 6ba298ed54
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -15,7 +15,6 @@ extern "C" {
#ifdef ENABLE_STDIO
#include <stdio.h>
#endif
#include <stdint.h>
#ifdef ENABLE_STDIO
int mrb_dump_irep(mrb_state*,int,FILE*);
-1
View File
@@ -12,7 +12,6 @@ extern "C" {
#endif
#include "mruby.h"
#include <stdint.h>
#include <string.h>
typedef uint32_t khint_t;
-1
View File
@@ -6,7 +6,6 @@
#include "mruby.h"
#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include "mruby/string.h"