summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-01-01 15:30:29 +0900
committerGitHub <[email protected]>2020-01-01 15:30:29 +0900
commitb49bc17f48a8e5e76c091e7e77cee720df478431 (patch)
tree9a984cb45cde3436afae5b697eea3036bef1f825
parentfd1cff77358c00a49f791405285899ede30cdf54 (diff)
parent20d3882469ff33bdca2d1eef4fbd991ececfcb14 (diff)
downloadmruby-b49bc17f48a8e5e76c091e7e77cee720df478431.tar.gz
mruby-b49bc17f48a8e5e76c091e7e77cee720df478431.zip
Merge pull request #4916 from dearblue/stdint
Do not include `stdint.h` before `mruby.h`; ref #4750
-rw-r--r--src/fmt_fp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fmt_fp.c b/src/fmt_fp.c
index 1f1af6764..b77abe7b5 100644
--- a/src/fmt_fp.c
+++ b/src/fmt_fp.c
@@ -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>