mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
less <stdio.h>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <ctype.h>
|
||||
#include "mruby/class.h"
|
||||
#include "mruby/variable.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/* ------------------------------------------------------ */
|
||||
typedef struct symbol_name {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
** See Copyright Notice in mruby.h
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "mruby.h"
|
||||
#include "mruby/class.h"
|
||||
#include "mruby/khash.h"
|
||||
|
||||
Reference in New Issue
Block a user