Merge pull request #4916 from dearblue/stdint

Do not include `stdint.h` before `mruby.h`; ref #4750
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-01-01 15:30:29 +09:00
committed by GitHub
-1
View File
@@ -30,7 +30,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <limits.h>
#include <string.h>
#include <stdint.h>
#include <math.h>
#include <float.h>
#include <ctype.h>