Avoid including limits.h and stdint.h before mruby.h.

They are included from `mruby.h` anyway, and including it ahead can
cause some errors regarding `INT32_MAX` etc. with C++ compiler.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-06-25 11:31:24 +09:00
parent e01648b86b
commit b2398879fa
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -5,8 +5,6 @@
*/
#include <ctype.h>
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>