less <stdio.h>

This commit is contained in:
Yukihiro Matsumoto
2012-07-13 10:13:47 +09:00
parent fbd5305c1b
commit 48c73ac630
9 changed files with 1 additions and 10 deletions
-1
View File
@@ -126,7 +126,6 @@ mrb_block_proc(void)
return mrb_nil_value();//proc_new(mrb_cProc, FALSE);
}
#include <stdio.h>
static mrb_int
float_id(mrb_float f)
{
-1
View File
@@ -13,7 +13,6 @@
#include "mruby/range.h"
#include "mruby/khash.h"
#include <string.h>
#include <stdio.h>
#include "mruby/struct.h"
#include "mruby/proc.h"
#include "mruby/data.h"
-1
View File
@@ -12,7 +12,6 @@
#include "mruby/string.h"
#include "mruby/variable.h"
#include <string.h>
#include <stdio.h>
static inline khint_t
mrb_hash_ht_hash_func(mrb_state *mrb, mrb_value key)
-1
View File
@@ -7,7 +7,6 @@
#include "mruby.h"
#include "mruby/string.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "mruby/proc.h"
#include "mruby/range.h"
-1
View File
@@ -35,7 +35,6 @@ struct mrb_pool {
#undef TEST_POOL
#ifdef TEST_POOL
#include <stdio.h>
#define mrb_malloc(m,s) malloc(s)
#define mrb_free(m,p) free(p)
-2
View File
@@ -11,8 +11,6 @@
#include "error.h"
#include "mruby/numeric.h"
#include "mruby/string.h"
#include <stdio.h>
#include <string.h>
#ifndef OTHER
+1 -1
View File
@@ -16,8 +16,8 @@
#include "mruby/class.h"
#include "mruby/variable.h"
#include <stdio.h>
#include "re.h"
#ifdef ENABLE_REGEXP
#include "re.h"
#include "regex.h"
#endif //ENABLE_REGEXP
-1
View File
@@ -14,7 +14,6 @@
#include <ctype.h>
#include "mruby/class.h"
#include "mruby/variable.h"
#include <stdio.h>
/* ------------------------------------------------------ */
typedef struct symbol_name {
-1
View File
@@ -4,7 +4,6 @@
** See Copyright Notice in mruby.h
*/
#include <stdio.h>
#include "mruby.h"
#include "mruby/class.h"
#include "mruby/khash.h"