summaryrefslogtreecommitdiffhomepage
path: root/src/fmt_fp.c
diff options
context:
space:
mode:
authordearblue <[email protected]>2020-01-01 14:17:11 +0900
committerdearblue <[email protected]>2020-01-01 14:17:11 +0900
commit20d3882469ff33bdca2d1eef4fbd991ececfcb14 (patch)
tree9a984cb45cde3436afae5b697eea3036bef1f825 /src/fmt_fp.c
parentfd1cff77358c00a49f791405285899ede30cdf54 (diff)
downloadmruby-20d3882469ff33bdca2d1eef4fbd991ececfcb14.tar.gz
mruby-20d3882469ff33bdca2d1eef4fbd991ececfcb14.zip
Do not include `stdint.h` before `mruby.h`; ref #4750
Diffstat (limited to 'src/fmt_fp.c')
-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>