From c6911c54e5c372eb42436d5cf1727bc2a5fdd5c2 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Tue, 20 Apr 2021 16:42:40 +0900 Subject: Remove unused `#include` in `complex.c` and `rational.c` --- mrbgems/mruby-complex/src/complex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mrbgems/mruby-complex') 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 - #if defined(MRB_32BIT) && !defined(MRB_USE_FLOAT32) struct RComplex { -- cgit v1.2.3