diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-24 19:03:32 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-25 13:07:10 +0900 |
| commit | 5c804cf68f2b7e80780d3d812efb70ef9e376c08 (patch) | |
| tree | a2a135237c605849eda427e267e71770a09df330 /mrbgems/mruby-time | |
| parent | 1f90a397994376451e1efd2055c25a240832d5a1 (diff) | |
| download | mruby-5c804cf68f2b7e80780d3d812efb70ef9e376c08.tar.gz mruby-5c804cf68f2b7e80780d3d812efb70ef9e376c08.zip | |
Remove redundant include headers.
- stdlib.h
- stddef.h
- stdint.h
- stdarg.h
- limits.h
- float.h
Diffstat (limited to 'mrbgems/mruby-time')
| -rw-r--r-- | mrbgems/mruby-time/src/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-time/src/time.c b/mrbgems/mruby-time/src/time.c index 299d4d7e1..ce822b1f4 100644 --- a/mrbgems/mruby-time/src/time.c +++ b/mrbgems/mruby-time/src/time.c @@ -20,6 +20,7 @@ #include <string.h> #endif + #include <stdlib.h> #ifndef _WIN32 #include <unistd.h> |
