summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-complex
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-complex')
-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 {