diff options
| author | dearblue <[email protected]> | 2020-01-01 14:17:11 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2020-01-01 14:17:11 +0900 |
| commit | 20d3882469ff33bdca2d1eef4fbd991ececfcb14 (patch) | |
| tree | 9a984cb45cde3436afae5b697eea3036bef1f825 /src/fmt_fp.c | |
| parent | fd1cff77358c00a49f791405285899ede30cdf54 (diff) | |
| download | mruby-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.c | 1 |
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> |
