Skip to content

Commit

Permalink
Do not include stdint.h before mruby.h; ref #4750
Browse files Browse the repository at this point in the history
  • Loading branch information
dearblue committed Jan 1, 2020
1 parent fd1cff7 commit 20d3882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fmt_fp.c
Expand Up @@ -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>
Expand Down

0 comments on commit 20d3882

Please sign in to comment.