Remove stdlib.h from mruby.h. It is for portability (care for freestanding environments).

This is a first step. It will be reduced stdlib.h in each files later.
This commit is contained in:
Masaki Muranaka
2013-03-16 21:26:06 +09:00
parent 6ba298ed54
commit 3aa3b4af90
12 changed files with 11 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
#include "mruby.h"
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "mruby/string.h"
#include "mruby/class.h"