Do not include stdint.h before mruby.h; ref #4750

This commit is contained in:
dearblue
2020-01-01 14:17:11 +09:00
parent fd1cff7735
commit 20d3882469
-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>