diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-04-20 16:42:40 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-04-20 16:42:40 +0900 |
| commit | c6911c54e5c372eb42436d5cf1727bc2a5fdd5c2 (patch) | |
| tree | 4f175511d19a9a54cb618eb0d0f406f50880bcc4 /mrbgems/mruby-complex/src/complex.c | |
| parent | ff366b65ebc866a6287002ece5121f6f25321e26 (diff) | |
| download | mruby-c6911c54e5c372eb42436d5cf1727bc2a5fdd5c2.tar.gz mruby-c6911c54e5c372eb42436d5cf1727bc2a5fdd5c2.zip | |
Remove unused `#include` in `complex.c` and `rational.c`
Diffstat (limited to 'mrbgems/mruby-complex/src/complex.c')
| -rw-r--r-- | mrbgems/mruby-complex/src/complex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mrbgems/mruby-complex/src/complex.c b/mrbgems/mruby-complex/src/complex.c index 968d3fe2e..fe66e0e37 100644 --- a/mrbgems/mruby-complex/src/complex.c +++ b/mrbgems/mruby-complex/src/complex.c @@ -19,8 +19,6 @@ struct mrb_complex { mrb_float imaginary; }; -#include <mruby/istruct.h> - #if defined(MRB_32BIT) && !defined(MRB_USE_FLOAT32) struct RComplex { |
