summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-complex/src
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2021-04-20 16:42:40 +0900
committerKOBAYASHI Shuji <[email protected]>2021-04-20 16:42:40 +0900
commitc6911c54e5c372eb42436d5cf1727bc2a5fdd5c2 (patch)
tree4f175511d19a9a54cb618eb0d0f406f50880bcc4 /mrbgems/mruby-complex/src
parentff366b65ebc866a6287002ece5121f6f25321e26 (diff)
downloadmruby-c6911c54e5c372eb42436d5cf1727bc2a5fdd5c2.tar.gz
mruby-c6911c54e5c372eb42436d5cf1727bc2a5fdd5c2.zip
Remove unused `#include` in `complex.c` and `rational.c`
Diffstat (limited to 'mrbgems/mruby-complex/src')
-rw-r--r--mrbgems/mruby-complex/src/complex.c2
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 {